
14/03/2008, 13:01
|
 | | | Fecha de Ingreso: diciembre-2007
Mensajes: 67
Antigüedad: 17 años, 2 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> |