Question : Valid Date

I have some folks doing data entry and one of the text boxes is a date that they enter by hand.

I have an expression Validator on the textbox so0 that they have to enter mm/dd/yyyy

However...
On submit, they occassionally enter an invalid date...example   06/32/2010

In the button click VB Code what's the best way to catch this?

Answer : Valid Date

you can validate the date in JavaScript
Check the link
http://www.smartwebby.com/DHTML/date_validation.asp

Hope this will help you
Random Solutions  
 
programming4us programming4us