Ver Mensaje Individual
  #1 (permalink)  
Antiguo 08/05/2016, 20:10
estebanpixel
 
Fecha de Ingreso: abril-2015
Mensajes: 11
Antigüedad: 9 años
Puntos: 0
Problemas con date()

estimados, tengo esta línea de código
Código PHP:
 <input type="hidden" name='fecha_alta' value="
<?

$hoy
date('Y-d-m') ;
echo 
$hoy;
?>
"  > <? echo $hoy ?>
bueno, y en el archivo que mete la consulta a la BD me sale este error:

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting 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 the timezone 'UTC' for now, but please set date.timezone to select your timezone. in C:\AppServ\www\cyam\form1.php on line 122


alguien tiene idea que se usa ahora para saber la fecha?
he vuelto a programar despues de casi 7 años sin escribir una línea y me encuentro con de todo un poco, esto no me había pasado nunca.