Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/03/2011, 09:40
Avatar de jotaincubus
jotaincubus
 
Fecha de Ingreso: mayo-2005
Ubicación: Medellin - Colombia
Mensajes: 1.797
Antigüedad: 19 años
Puntos: 394
Respuesta: trabaajar con fechas

Te voy a pasar este codigo... organizalo a tu gusto.

Código PHP:
<?php
$fecha_actual 
strtotime(date("Y-m-d",time()));  
$fecha_entrada strtotime("19-11-2008");  
if(
$fecha_actual $fecha_entrada){  
    echo 
"La fecha entrada ya ha pasado";  
}else{  
    echo 
"Aun falta algun tiempo";  
}
?>
__________________
Por que existe gente que no agradece después de que se le ha brindado tiempo y ayuda ???