Displaying page
of
pages;
Items to
Title |
Test
Details
Pattern Title
|
Expression |
^(((((0?[1-9])|(1\d)|(2[0-8]))\.((0?[1-9])|(1[0-2])))|((31\.((0[13578])|(1[02])))|((29|30)\.((0?[1,3-9])|(1[0-2])))))\.((20[0-9][0-9]))|(29\.0?2\.20(([02468][048])|([13579][26]))))$
|
Description |
Regular expression to evaluate a date in German date format (DD.MM.YYYY). Leading zeros for days and months are valid. Period from 1.1.2000 until 31.12.2099 is valid. Leap years are checked.
|
Matches |
1.1.2000 | 29.02.2004 | 31.12.2099
|
Non-Matches |
1.1.1999 | 29.02.2003 | 01.01.2100
|
Author |
Rating:
Heiko Krott
|
Displaying page
of
pages;
Items to