08-27-2009, 07:24 PM
Hi Dheeraj,
use the below pattern to match your date format mm/dd/yyyy
Thanks,
Azeem
use the below pattern to match your date format mm/dd/yyyy
Code:
sPattern="(0[1-9]|1[012])[ /](0[1-9]|[12][0-9]|3[01])[ /]([0-9]{4})"
Thanks,
Azeem