
01/07/2003, 12:55
|
 | Colaborador | | Fecha de Ingreso: febrero-2001 Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 2 meses Puntos: 535 | |
If IsFate(fecha) then
If Cdate(fecha) > Cdate(Now()) then
response.write "la fecha no puede ser mayor a la actual"
Else
' la fecha es menor o igual a la actual... continuas
End if
Else
response.write "no es una fecha válida"
End if
__________________ ...___... |