Hi,
I have a RegEx which validates the date of birth
(0[1-9]|1[012])[- /.](0[1-9]|[12][0-9]|3[01])[- /.](19|20)dd
But I want it to validate date of birth until today only from 1900
How can I do that using regular expression?
a®s
Edited by: a®s on Jul 2, 2008 3:00 PM