Title |
Test
Find
Date validation US format
|
Expression |
^(([1][0-2])|([0]?[1-9]{1}))\/(([0-2]?\d{1})|([3][0,1]{1}))\/(([1]{1}[9]{1}[9]{1}\d{1})|([2-9]{1}\d{3}))$ |
Description |
MM/DD/YYYY
Year from 1990-9999
Thx to: http://regexlib.com/%28X%281%29%29/REDetails.aspx?regexp_id=60 |
Matches |
12/31/2012 | 12/0/2012 | 2/31/2012 |
Non-Matches |
19/28/2012 | 0/12/1999 | 5/25/1980 |
Author |
Rating:
Not yet rated.
Black Cloud
|
Source |
http://regexlib.com/%28X%281%29%29/REDetails.aspx?regexp_id=60 |
Your Rating |
|