Hi Guys!
Is it possible to override how masked text fields with timestamp data behave?
Currently if I have a date on my form in a normal text field with a mask like dd/MM/yyyy HH:mm|mask and enter something like 32nd of December the date will silently recalculate to 01 January next year.
This is all logical and correct but I would like to warn the user that they have entered an invalid date, otherwise they may not notice that the date changed.
Can I do it somehow without setting a validation method on each of my date fields in solution?
Cheers,
Maria