Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Comparing date values

Status
Not open for further replies.

EKC

Technical User
Jan 13, 2001
43
0
0
CA
Hi,
I need to validate values of 2 dates on the form before submiting it.I used IsDate function to check if values are dates but I have a problem how to check that dateEnd is later then dateStart.I tried:
if document.entry.dateStart.value < document.entry.dateEnd.value but it is not working.
How should I check if dateEnd is later then dateEnd?
Any help appreciated,
Lyn
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top