reg expression for date validation

  • Thread starter Thread starter Brian Henry
  • Start date Start date
B

Brian Henry

does anyone have a simple regex expression tovalidate dates in the form of
month/day/year like 12/27/2003 ? thanks.. i forgot the name of the site that
has all these on it...
 
I think you'll find the following web site has this and many more that will
help you in the future:

http://www.regexlib.com/

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
thanks, that was the site i couldnt remember


Kevin Spencer said:
I think you'll find the following web site has this and many more that will
help you in the future:

http://www.regexlib.com/

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Back
Top