We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d6df4 commit 127b089Copy full SHA for 127b089
reference/forms/types/datetime.rst
@@ -107,8 +107,8 @@ format
107
If the ``widget`` option is set to ``single_text``, this option specifies the
108
the format of the input, i.e. how Symfony will interpret the given input
109
as a datetime string. It defaults to the `RFC 3339`_ format which is used
110
-by the HTML5 ``datetime`` field. Keeping the default will render a field of
111
-type ``datetime``.
+by the HTML5 ``datetime`` field. Keeping the default value will cause the
+field to be rendered as an ``input`` field with ``type="datetime"``.
112
113
.. include:: /reference/forms/types/options/hours.rst.inc
114
0 commit comments