Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/03/2008, 13:01
Avatar de hackteam
hackteam
 
Fecha de Ingreso: diciembre-2007
Mensajes: 67
Antigüedad: 16 años, 4 meses
Puntos: 0
Re: Problemas con date()

Yo lo tengo asi y funciona bien:


<html>
<head></head>
<body>

<?php

$fecha=date("Y:m:d");
echo "$fecha";

?>

</body> </html>