K
Ken
What is the regular expression for a date format of mm/dd/yy? This is the
closest I have come
ValidationExpression = "\d{1,2}\/\d{1,2}\/\d{2}"
The problem is that it is allowing any two digit month, day and year. Should
I use both the regular expression and the CustomValidator controls with
script for the date validation?
Thank you,
Ken
closest I have come
ValidationExpression = "\d{1,2}\/\d{1,2}\/\d{2}"
The problem is that it is allowing any two digit month, day and year. Should
I use both the regular expression and the CustomValidator controls with
script for the date validation?
Thank you,
Ken