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
A date validator to which we give a DateAdapter and that validate that whatever we give is either a valid string representation of a date, or a Date. So basically forwarding to DateAdapter.isValid.
It should be used used pretty much for every datepicker in all our projects.
A date validator to which we give a
DateAdapter
and that validate that whatever we give is either a valid string representation of a date, or aDate
. So basically forwarding toDateAdapter.isValid
.It should be used used pretty much for every datepicker in all our projects.
Usage is something like:
The text was updated successfully, but these errors were encountered: