Skip to content

Instantly share code, notes, and snippets.

@shipleyr
Created July 31, 2014 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shipleyr/cdfd39e319140789bdd8 to your computer and use it in GitHub Desktop.
Save shipleyr/cdfd39e319140789bdd8 to your computer and use it in GitHub Desktop.
...
...
$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',
),
)
);
...
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