M
mConrow
I have a textbox that can take a two-digit number (15-99) OR a date in
mm/dd/yyyy format. The validation expression I am trying to use is:
(([15-99])|((0[1-9]|[12][0-9]|3[01])[/](0[1-9]|1[012])[/](19|20)\d\d)).
This does not work and the validator is firing even when valid entries are
made. It is clear I have missed something in my formula.
Any help would be much appreciated.
Thank You.
mm/dd/yyyy format. The validation expression I am trying to use is:
(([15-99])|((0[1-9]|[12][0-9]|3[01])[/](0[1-9]|1[012])[/](19|20)\d\d)).
This does not work and the validator is firing even when valid entries are
made. It is clear I have missed something in my formula.
Any help would be much appreciated.
Thank You.