![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
16/10/2009, 06:22
|
![Avatar de gjx2](http://static.forosdelweb.com/customavatars/avatar253651_4.gif) | | | Fecha de Ingreso: agosto-2008 Ubicación: R.D
Mensajes: 1.153
Antigüedad: 16 años, 6 meses Puntos: 139 | |
Respuesta: Obtener dia siguiente
Código PHP:
Ver originalfunction getFecha($fecha){ return date("d-m-Y",mktime(0,0,0,$f[1],$f[0]+1,$f[2])); } echo getFecha('31-10-2009');
|