Thanks to visit codestin.com Credit goes to github.com
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 cadfcfa commit 6364800Copy full SHA for 6364800
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