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.
in the new function "valueIsValidDateTimeFormat($value)" in zend-form/src/Element/DateTime.php use the "static::DATETIME_FORMAT" instead of the given format in the form element and i get this error message " Zend\Form\Element\DateTime::getValidators expects "max" to conform to Y-m-d\TH:iP; received "2017-06-15" "
I think this line of code here should be changed to
$this->getFormat(),
Thanks.
The text was updated successfully, but these errors were encountered:
in the new function "valueIsValidDateTimeFormat($value)" in zend-form/src/Element/DateTime.php use the "static::DATETIME_FORMAT" instead of the given format in the form element and i get this error message " Zend\Form\Element\DateTime::getValidators expects "max" to conform to Y-m-d\TH:iP; received "2017-06-15" "
I think this line of code here should be changed to
$this->getFormat(),
Thanks.
The text was updated successfully, but these errors were encountered: