We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b8a70b + e9a4ddd commit aabebd4Copy full SHA for aabebd4
reference/forms/types/datetime.rst
@@ -74,6 +74,8 @@ your underlying object. Valid values are:
74
The value that comes back from the form will also be normalized back into
75
this format.
76
77
+.. include:: /reference/forms/types/options/_date_limitation.rst.inc
78
+
79
date_format
80
~~~~~~~~~~~
81
reference/forms/types/options/date_widget.rst.inc
@@ -12,5 +12,3 @@ The basic way in which this field should be rendered. Can be one of the followin
12
13
* ``single_text``: renders a single input of type date (text in Symfony 2.0). User's
14
input is validated based on the `format`_ option.
15
-
16
-.. include:: /reference/forms/types/options/_date_limitation.rst.inc
0 commit comments