Tema
:
Fechas en php 2010
Ver Mensaje Individual
#
9
(
permalink
)
19/04/2009, 10:47
By_George
Fecha de Ingreso: abril-2009
Ubicación: localhost
Mensajes: 629
Antigüedad: 16 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
By_George
Ver Perfil
Buscar todos los Mensajes de By_George