Hi all, I have a date Mask on a TextInput field which works fine. I attached a dateValidator to this field which works.
The problem is that once we enter a date and then deletes it the validator complains for the mask. That is for something like DD\12\2006 it says type the Date in the format DD\MM\YYYY. The text field it is now validating is __\12\2006. How do i turn this validator off when the date is not completely entered. Thanks. gur

