Displaying page
of
pages;
Items to
Title |
Test
Details
Calendar Date
|
Expression |
^(0?[1-9]|1[012])/([012][0-9]|[1-9]|3[01])/([12][0-9]{3})$
|
Description |
In month/day/year format. Matches valid months (1-12) and valid days (1-31) and a valid 4 digit year (from 1000-2999). $1 = month, $2 = day, $3 = year. Sadly, it doesn't check to make sure that months have a valid number of days (no Feb 30th checks, etc).
|
Matches |
1/12/2003 | 04/8/1995 | 12/31/2035 | 5/06/1911
|
Non-Matches |
13/04/2000 | 4/32/1593 | |5/6/98
|
Author |
Rating:
Not yet rated.
Kenaniah Cerny
|
Displaying page
of
pages;
Items to