Override date mask behaviour in text field?

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

you can control what it does with these properties:

http://wiki.servoy.com/display/public/D … ERSLENIENT

but allow it and warn is not really possible i think

jcompagner:
you can control what it does with these properties:

http://wiki.servoy.com/display/public/D … ERSLENIENT

but allow it and warn is not really possible i think

Very useful link!
Thanks Johan.