Displaying page
of
pages;
Items to
Title |
Test
Details
Date Dashes Two Digit Year
|
Expression |
^((((0?[13578])|(1[02]))[\-]?((0?[1-9]|[0-2][0-9])|(3[01])))|(((0?[469])|(11))[\-]?((0?[1-9]|[0-2][0-9])|(30)))|(0?[2][\-]?(0?[1-9]|[0-2][0-9])))[\-]?\d{2}$
|
Description |
I was looking for a date format that allowed 1 or 2 digit Month and Days and 2 digit years. I found and tweak this one
based off Cliff Schneide Date example.
|
Matches |
03-25-08|3-25-08|3-1-08
|
Non-Matches |
03-25-2008|3-25-2008|3/25/2008
|
Author |
Rating:
George Goehring
|
Displaying page
of
pages;
Items to