6 digits in year usingDateTimePicker & DatePicker
When entering the date by typing on the keyboard, i can enter 202407 before it jumps over to the month "section" of the field. Anyone knows how to solve this?
Here is an example of the code:
`
Here is an example of the code:
`
Solution
Thanks alot, that solved it.
For others looking for the solution, here is how i added it:
With DateTimePicker
and with DatePicker:
For others looking for the solution, here is how i added it:
With DateTimePicker
->maxDate('9999-12-31T23:59')and with DatePicker:
->maxDate('9999-12-31')