Ver Mensaje Individual
  #6 (permalink)  
Antiguo 19/02/2002, 02:02
Avatar de Kaopectate
Kaopectate
Colaborador
 
Fecha de Ingreso: diciembre-2001
Ubicación: Curaçao (Antillas Holandesas)
Mensajes: 3.179
Antigüedad: 23 años, 1 mes
Puntos: 38
Re: problema de fechas

<body>
<form name="f1">
<table>
<tr>
<td align="right">
Fecha inicial (dd/mm/aaaa):
</td>
<td>
<input type="text" size="10" name="fec0" disabled>
</td>
</tr>
<tr>
<td align="right">
Fecha final (dd/mm/aaaa):
</td>
<td>
<input type="text" size="10" name="fec1">
</td>
</tr>
<tr>
<td colspan="2" align="center">
<input type="button" name="val" value="Validar" onclick="valFechas()">
</td>
</tr>
</table>
<script language="JavaScript">
cargaFec0();
</script>
</form>
</body>
</html>

¡Mas vale que te sirva!

Saludos.