![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
27/12/2012, 16:52
|
![Avatar de truman_truman](http://static.forosdelweb.com/customavatars/avatar342114_11.gif) | | | Fecha de Ingreso: febrero-2010 Ubicación: /home/user
Mensajes: 1.341
Antigüedad: 15 años Puntos: 177 | |
Respuesta: Fecha y hora en PHP probá con esto http://php.net/manual/es/function.da...mezone-set.php
<?php
date_default_timezone_set("America/Argentina/Buenos_Aires");
echo "La hora en Argentina: " . date ("H:i",time()) . "<br />";
?>
__________________ la la la |