You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If someone types/pastes "31.11.2024" for example show that this date is invalid.
It should be assumed it is in the format, that was specified via 'datepicker-format-value' to detect if it's valid (so 13.01.2024 is valid for '%d.%m.%Y', however it's invalid for '%m.%d.%Y').
I could imagine different possibilities:
add red border to the text field
open the calendar to select a valid date and show "invalid date" message in the calendar
Maybe even both will combine well.
The text was updated successfully, but these errors were encountered:
If someone types/pastes "31.11.2024" for example show that this date is invalid.
It should be assumed it is in the format, that was specified via 'datepicker-format-value' to detect if it's valid (so 13.01.2024 is valid for '%d.%m.%Y', however it's invalid for '%m.%d.%Y').
I could imagine different possibilities:
Maybe even both will combine well.
The text was updated successfully, but these errors were encountered: