We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d556309 commit 7c42e4bCopy full SHA for 7c42e4b
reference/forms/types/datetime.rst
@@ -75,7 +75,7 @@ format
75
**type**: ``string`` **default**: ``Symfony\Component\Form\Extension\Core\Type\DateTimeType::HTML5_FORMAT``
76
77
If the ``widget`` option is set to ``single_text``, this option specifies
78
- the format of the input, i.e. how Symfony will interpret the given input
+the format of the input, i.e. how Symfony will interpret the given input
79
as a datetime string. It defaults to the `RFC 3339`_ format which is used
80
by the HTML5 ``datetime`` field. Keeping the default value will cause the
81
field to be rendered as an ``input`` field with ``type="datetime"``.
0 commit comments