Hi All,
I have an app where users can type in the date.
It is not a calendar as this is faster to do than selecting specific dates from the calendar.
The format is "YYMMDD", is there a way to limit the number for the digits so the "MM" cannot be greater than 12 (December) and "DD" cannot be greater than 31.
If not possible, maybe changing the first M to be 0 or 1. Second M to be 0 to 9. D to be 0-3, Second D to be 0-9
Currently, the background changes from red to white, when in the correct format. If there is no way to limit it, maybe to change the background colour to show that it's in the wrong format.
Thank you,