I am trying to validate a date entered into a text box. There is an input mask on the textbox which forces input of xx/xx/xxxx. I am trying to use a regular expression valid
As an alternative, you can use CompareValidator instead of RegularExpressionValidator. It goes like this: