Nic
08-02-2001, 04:19 AM
I want to have two text boxes on a form which specify a start and end date. I have specified an input mask as below to ensure the format is OK:
99/99/0000;0;" "
The trouble is an invalid date can be entered as the text box is not bound. I want to validate using isDate() but can't.
How do I achieve what I desire?
99/99/0000;0;" "
The trouble is an invalid date can be entered as the text box is not bound. I want to validate using isDate() but can't.
How do I achieve what I desire?