Skip to content

Commit

Permalink
Fixed copy paste error with timestamp input setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Holmes committed May 25, 2011
1 parent 1b97179 commit f25e1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/forms/types/date.rst
Expand Up @@ -58,7 +58,7 @@ you'd need to set ``input`` to ``timestamp``:
.. code-block:: php
$builder->add('publishedAt', 'date', array(
'input' => 'datetime',
'input' => 'timestamp',
'widget' => 'choice',
));
Expand Down

0 comments on commit f25e1bc

Please sign in to comment.