Why does the jQuery Validator accept this as a valid date?
01/123/1
If you enter that date it passes validation. How can I ensure the user is entering a valid date? I do not want to use a datepicker.
Link to validator: http://docs.jquery.com/Plugins/Validation/Methods/date
Since the built-in date functionality doesn’t work in Firefox, here is an extension method that works in all browsers. This also checks to make sure the date is valid, 99/99/9999 will not work.