02-03-2009, 01:07 PM
Hi u can use below one
d/m/yyyy
m/d/yyyy
This will narrow down the chances of failing
Thanks
VENKATA
d/m/yyyy
Code:
"(\d|[12]\d|3[01])/(\d|1[0-2])/(19|20)\d\d)"
m/d/yyyy
Code:
"(\d|1[0-2])/(\d|[12]\d|3[01])/(19|20)\d\d)"
This will narrow down the chances of failing
Thanks
VENKATA