Title |
Test
Find
Dates between 01/01/1900 and 31/12/2099
|
Expression |
^((0[1-9]|[12][0-9]|3[01])([/])(0[13578]|[1][02])([/])(19[0-9][0-9]|20[0-9][0-9]))|((0[1-9]|[12][0-9]|30)([/])(0[469]|11)([/])(19[0-9][0-9]|20[0-9][0-9]))|((0[1-9]|[1][0-9]|[2][0-8])([/])(02)([/])(19[0-9][0-9]|20[0-9][0-9]))|((29)([/])(02)([/])(190[48]|19[13579][26]|19[2468][048]|20[02468][048]|20[13579][26]))$ |
Description |
This pattern validates dates with slash (/) separator and with years between 1900 and 2099. |
Matches |
01/01/1900 | 05/12/2014 | 31/12/2099 |
Non-Matches |
41/01/1900 | 21/31/2014 | 21/12/1899 | 21/12/2100 |
Author |
Rating:
Not yet rated.
Iban
|
Source |
|
Your Rating |
|