Hi folks,
Is anyone familiar with regular expressions?
I have created an ASP.NET site, and need to validate various dates. I need to have three expressions each for dd/mm/yyyy, dd/mmm/yyyy, and the full blown date as a string.
I have found these expressions on regexlib, but can I put them all together in one regularexpressionvalidator?
If so, how?
Thanks
Is anyone familiar with regular expressions?
I have created an ASP.NET site, and need to validate various dates. I need to have three expressions each for dd/mm/yyyy, dd/mmm/yyyy, and the full blown date as a string.
I have found these expressions on regexlib, but can I put them all together in one regularexpressionvalidator?
If so, how?
Thanks