I have a have an INTEGER date type on the database. When the User enters a value in my Field I want that he is just able to enter a 2 digit value from 0 to 99.
One way is to create a NumberRangeValidator on the database, where can I customize the message when the entered value is false?
Ore is there another way, for example over the format properties on the Field itself? I would an example appreciate.