![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
28/10/2005, 16:42
|
![Avatar de tyo100](http://static.forosdelweb.com/customavatars/avatar89195_1.gif) | | | Fecha de Ingreso: febrero-2005 Ubicación: Monterrey, NL
Mensajes: 475
Antigüedad: 20 años Puntos: 1 | |
como recibes la fecha???
Segun php.net
mktime ( int hour, int minute, int second, int month, int day, int year, int is_dst);
por ejemplo:
echo mktime(0, 0, 0, 10, 28, 2005);
te deberia dar
1130479200
para comprobar basta con
echo date("D M Y",1130479200);
Yo creo que le estas enviando mal la fecha |