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 e43bfa3 commit cadfcfaCopy full SHA for cadfcfa
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