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
Since #17553 DateTimeValidator has format option, which should cover all needs.
Other mentioned validators are very unflexible. For instance, we wanted to validate date is in d/m/Y format and found we could not use DateValidator for this, because there is no way to change the order of regex matches passed to checkdate().