11-29-2008, 10:58 PM
Hi
You can use the below
You can use the below
Code:
For MM/DD/YYYY \d\d/\d\d/\d\d\d\d
For M/D/YYYY \d?\d/\d?\d/\d\d\d\d
? for 0 or 1
* for 0 or more
+ for 1 or more