2008 Jul 28 3:46 PM
I am using the following RegEx for finding sub matches of a date. But the third sub match is giving only 2 characters.
Please find Regex i am using
(0?[1-9]|1[012])[- /.](0?[1-9]|[12][0-9]|3[01])[- /.](19|20)?[0-9]{2}
and using date as 12/12/2008 , but in sub matches i am getting the values as 12 12 20
Any info?
a®
I am using the following RegEx for finding sub matches of a date. But the third sub match is giving only 2 characters.
Please find Regex i am using
(0?[1-9]|1[012])[- /.](0?[1-9]|[12][0-9]|3[01])[- /.](19|20)?[0-9]{2}
and using date as 12/12/2008 , but in sub matches i am getting the values as 12 12 20
Any info?
a®
2008 Jul 28 4:14 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |