jQuery Validation to Restrict A Textbox to only dd/mm/yyyy
https://stackoverflow.com/questions/2542855
No correct solution
OTHER TIPS
A masked control will prevent anything but valid input from being entered: http://digitalbush.com/projects/masked-input-plugin/
Or you could try jquery validation, it is one of the most popular validation frameworks: http://docs.jquery.com/Plugins/Validation
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow