f1=new Date(form1.fecha1.value); f2=new Date(form1.fecha2.value); if(f1>f2) alert('Fecha de comienzo...');