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
{{ message }}
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
Given the following array notation, the DateTime Element will indicate that the date information provided on submission is invalid. The cause for this is because the Element is presuming that the min / max validators will ALWAYS construct to a \DateTime object; however, in this case they return to null because the format is not compliant with the expected constant's string.
Throws an InvalidArgumentException when one attempts to create a DateTime element with a string that does not conform to the expected \DateTime format.
Given the following array notation, the
DateTime
Element will indicate that the date information provided on submission is invalid. The cause for this is because the Element is presuming that the min / max validators will ALWAYS construct to a\DateTime
object; however, in this case they return to null because the format is not compliant with the expected constant's string.The following spec does work:
The text was updated successfully, but these errors were encountered: