PDA

Click to See Complete Forum and Search --> : Date field validation


msdnexpert
Nov 5th, 2000, 02:04 AM
Dear all,
I am entering date data into a text input. I would like to validate the date entered. The date can be in the following formats.
dd/mm/yyyy
dd/mmm/yyyy
How does one do this validation through Javascript.
Code snippets for date validation would help a lot.
Thanks in advance.

RealisticGraphics
Nov 5th, 2000, 12:28 PM
Without going into much detail on my end, try going to:

http://javascript.internet.com/forms/val-date.html

This is a particuarly good example, but they may have others as well.

msdnexpert
Nov 6th, 2000, 08:41 AM
Thanks fella. Thank you very much for your Realistic solution.