-
Notifications
You must be signed in to change notification settings - Fork 0
Date validator #92
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Type
Fields
Give feedbackNo fields configured for issues without a type.
A date validator to which we give a
DateAdapterand 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: