Ver Mensaje Individual
  #9 (permalink)  
Antiguo 19/04/2009, 10:47
Avatar de By_George
By_George
 
Fecha de Ingreso: abril-2009
Ubicación: localhost
Mensajes: 629
Antigüedad: 15 años
Puntos: 19
Respuesta: Fechas en php 2010

asi

$at = strtotime ("december 21 2009 ");
$at1 = strtotime ("january 31 2010 ");



elseif ($fin >= $at-1 and $fin <= at1) {
$temporadain= Alta;
$atok= date("m/d/Y", $at);
$atok1= date("m/d/y", $at1);
echo $atok1;
}

checa mejor la funcion date php