Ver Mensaje Individual
  #6 (permalink)  
Antiguo 26/09/2011, 16:45
Avatar de Ronruby
Ronruby
 
Fecha de Ingreso: julio-2008
Ubicación: 18°30'N, 69°59'W
Mensajes: 4.879
Antigüedad: 15 años, 9 meses
Puntos: 416
Respuesta: restar un dia a fecha dinamica

Como nota, tambien podrías usar mktime() + strtotime()
date("d-m-Y H:i:s", strtotime($fechaDinamica) - mktime(1,0,0,0,0,0));