I have two Datefields on my form; "ReqDate" & "NeedByDate".
1) I need to validate that they are formatted as dates.
is there a function/method like:
if NOT isdate(document.form.field.value)
{alert("alertmessage"
...}
2) I need to validate that NeedByDate > ReqDate >= Today
Thanks in advance
Eric Searing
eric.searing@wcom.com
1) I need to validate that they are formatted as dates.
is there a function/method like:
if NOT isdate(document.form.field.value)
{alert("alertmessage"
2) I need to validate that NeedByDate > ReqDate >= Today
Thanks in advance
Eric Searing
eric.searing@wcom.com