
30/09/2015, 15:28
|
 | | | Fecha de Ingreso: junio-2015 Ubicación: Valencia - Venezuela
Mensajes: 2.448
Antigüedad: 9 años, 10 meses Puntos: 263 | |
Respuesta: fechas en php
Código PHP:
Ver originalfor($fecha1;$fecha1<=$fecha2;$fecha1=strtotime('+1 day ' . date('Y-m-d',$fecha1))){ } } echo date('Y-m-d D',$fecha1) . '<br />';
|