Created
July 31, 2014 14:11
-
-
Save shipleyr/cdfd39e319140789bdd8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
... | |
$this->add( | |
array( | |
'name' => 'date', | |
'type' => 'datetime', | |
'options' => array( | |
'format' => 'd/m/Y H:i:s', | |
'label' => 'Date (format: dd/mm/yyyy hh:mm:ss)', | |
), | |
'filters' => array( | |
array('name' => 'StripTags'), | |
array('name' => 'StringTrim'), | |
), | |
'attributes' => array( | |
'id' => 'date', | |
'required' => 'required', | |
'title' => 'Date', | |
), | |
) | |
); | |
... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fatal error: Maximum execution time of 30 seconds exceeded in ...vendor\zendframework\zendframework\library\Zend\Validator\DateStep.php on line 350 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment