Ver Mensaje Individual
  #1 (permalink)  
Antiguo 29/10/2008, 14:12
dancresi
 
Fecha de Ingreso: marzo-2005
Mensajes: 372
Antigüedad: 19 años, 1 mes
Puntos: 1
error con date()..

HOLA AMIGOS TENGO UN PROBLEMA NO SE SI SEA DE CONFIGURACION, ES EL SIGUIENTE ESTE ES MI CODIGO PARA MOSTRAR LA FECHA
Código PHP:
echo date("d \d\e\l m \d\e\l Y"); 
PERO EL RESULTADO ME DA ESTO

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/Chicago' for '-6.0/no DST' instead in C:\www\fecha.php on line 2

29 del 10 del 2008


COMO VEN AL ULTIMO SI ME DA LA FECHA, PERO TAMBIEN ME APARECE ESE ERROR

ME PUEDEN AYUDAR GRACIAS...