horaEspañol

<?php $dias = array("domigo", "lunes", "martes", "miercoles", "jueves", "viernes", "sabado"); $meses = array("enero", "febrero", "marzo", "abril", "mayo", "junio", "julio", "agosto", "septiembre", "octubre", "noviembre", "diciembre"); echo "Hoy es ".$dias[date('w')]." ".date('d')." de ".$meses[date('n')-1]." de ".date('Y'); date_default_timezone_set("America/La_Paz"); echo "<br />La hora en Bolivia es: " . date ("H:i",time()) . "<br />"; ?>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.