Validate Date of Birth is not greater than current date using jQuery
This is a common situation where Date of birth needs to validated against the current or today's date. I have to implement the same functionality for my project. I have used jQuery UI datepicker control to select date and textbox was read only, it was pretty easy to implement. Read my series of articles about […]