Mostrar la fecha en php
Hola, disculpe he tenido problemas para q me muestre la fecha en una pagina php(utilizo el AppServ 2.6.0)y hasta ahora la muestra pero me aparece un "warning":
Strict Standards: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for '-5.0/no DST' instead in
24-04-2010 sabe como configurar la zona horaria o como evitar esto?
mi codigo fué el siguiente:
$fecha= date("d-m-Y");
echo $fecha;
gracias
Strict Standards: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for '-5.0/no DST' instead in
24-04-2010 sabe como configurar la zona horaria o como evitar esto?
mi codigo fué el siguiente:
$fecha= date("d-m-Y");
echo $fecha;
gracias
1 respuesta
Respuesta de Jorge Vila