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
What do you think about deprecating the Date and Time constraints in favor of add a format option to the DateTime constraint.
We can do that using the DateTime::createFromFormat() and DateTime::getLastErrors() to check if a date is valid based on a specific format.
What do you think? Can be this discussed?