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 cea3fa6 commit d556309Copy full SHA for d556309
reference/forms/types/datetime.rst
@@ -74,8 +74,8 @@ format
74
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 the
78
-the format of the input, i.e. how Symfony will interpret the given input
+If the ``widget`` option is set to ``single_text``, this option specifies
+ 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