Ver Mensaje Individual
  #5 (permalink)  
Antiguo 14/04/2004, 10:56
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 3 meses
Puntos: 772
Hola, blue_laser0.

Prueba con algo así:
Código PHP:
f1=new Date(form1.fecha1.value);
f2=new Date(form1.fecha2.value);
if(
f1>f2)
    
alert('Fecha de comienzo...'); 
Saludos,