Ver Mensaje Individual
  #3 (permalink)  
Antiguo 12/04/2010, 14:28
Avatar de eulloa
eulloa
 
Fecha de Ingreso: octubre-2007
Ubicación: Donde caiga la noche, si mi hijo me deja
Mensajes: 691
Antigüedad: 16 años, 6 meses
Puntos: 5
Respuesta: Tiempo restante para la proxima hora

O:
Código PHP:
Ver original
  1. $nextWeek = strtotime("+ 1 week");
  2. $p = date('Y-m-d h:m:s', $nextWeek);
  3. echo $p;