Displaying page
of
pages;
Items to
Title |
Test
Details
Reg Ex for Date with Leap Year
|
Expression |
/^(?=\d)(?:(?:(?:(?:(?:0?[13578]|1[02])(\/)31)\1|(?:(?:0?[1,3-9]|1[0-2])(\/)(?:29|30)\2))(?:(?:1[6-9]|[2-9]\d)?\d{2})|(?:0?2(\/)29\3(?:(?:(?:1[6-9]|[2-9]\d)?(?:0[48]|[2468][048]|[13579][26])|(?:(?:16|[2468][048]|[3579][26])00))))|(?:(?:0?[1-9])|(?:1[0-2]))(\/)(?:0?[1-9]|1\d|2[0-8])\4(?:(?:1[6-9]|[2-9]\d)?\d{2}))($|\ (?=\d)))?(((0?[1-9]|1[012])(:[0-5]\d){0,2}(\ [AP]M))|([01]\d|2[0-3])(:[0-5]\d){1,2})?$/
|
Description |
Enter the date in MM/DD/YYYY format. This regular expression validates the day, month and year including the leap year validations.
|
Matches |
02/29/2004
|
Non-Matches |
02/31/2004
|
Author |
Rating:
Not yet rated.
Nikhil Shinde
|
Displaying page
of
pages;
Items to