MM-DD-YYYY - Javascript Date with some validation
This is a regular expression for date in javascript.
It validates the month between 01-12 (double digits only).
It validates the day between 01-31 (double digits only).
And enforces 4 digit year (no validation for range).
Submitted by Andrew Leonenko - 9 years ago