Ver Mensaje Individual
  #19 (permalink)  
Antiguo 08/05/2007, 16:36
luz506
 
Fecha de Ingreso: junio-2006
Ubicación: Lima, mi trabajo
Mensajes: 100
Antigüedad: 17 años, 11 meses
Puntos: 0
Re: distinta fecha local y remoto

pues para eso el mktime es el mas indicado, aritmetica de fechas
http://www.php.net/manual/es/function.mktime.php

Código PHP:
date("Y-m-d "mktime(0,0,0,5,32,2006)) 
Cita:
Iniciado por oskarrr Ver Mensaje
..........