Ver Mensaje Individual
  #5 (permalink)  
Antiguo 30/06/2009, 13:02
jucas1987
 
Fecha de Ingreso: mayo-2009
Mensajes: 177
Antigüedad: 15 años, 10 meses
Puntos: 1
Respuesta: ayuda con strtotime

$fecha=date('Y/m/d');
$fechalista = strtotime('-1 month', $fecha);
date('Y/m/d', $fechalista);
print("$fecha - $fechalista");