andycharger Posted February 5, 2004 Posted February 5, 2004 I am trying to validate my input dates on my web page. Basically, If someone inputs 25/25/2003 it would be an incorrect date and therfore not possible to insert it into my database. In the "old days" we used Javascript. What do we do now to validate dates? Basically, my application falls over every time an incorrect date is entered. I need to flag a warning on screen and not submit the page instead. Quote
Administrators PlausiblyDamp Posted February 5, 2004 Administrators Posted February 5, 2004 Have you looked at the CompareValidator control - may do the job, if not try a customervalidator Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.