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
It would be handy to provide expectations for datetime too, typically validation & parsing in given format. Apart from format typically we use min and max validations as well as cross validations for intervals between two or more provided values.
The text was updated successfully, but these errors were encountered:
I like the idea for both Date and DateTime.
At the moment we are using assert to validate Date/DateTime, then we still have to use Date/DateTime to make some comparisons
and so on. This example from subreg-api-php is cool, it returns Date/DateTime object. @dg could you please implement it?
It would be handy to provide expectations for datetime too, typically validation & parsing in given format. Apart from format typically we use min and max validations as well as cross validations for intervals between two or more provided values.
The text was updated successfully, but these errors were encountered: