Hi -
i have regular expression for date and that is :
^[0-1]{1,1}\d{1,1}/[0-3]{1,1}\d{1,1}/\d{4}$ there are some issue with the above regular expression as i can enter month value upto 19 and date upto 39. can anybody tell me how we can use oring in regular expression so i can check if month start with 3 then second value can be 0 or 1 only.
Thanks & Regards
Lakhan Pal Garg