Skip to content

Commit aabebd4

Browse files
committed
Merge pull request symfony#2677 from craue/patch-1
[Form] improve placement of timestamp limitation notices
2 parents 4b8a70b + e9a4ddd commit aabebd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reference/forms/types/datetime.rst

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ your underlying object. Valid values are:
7474
The value that comes back from the form will also be normalized back into
7575
this format.
7676

77+
.. include:: /reference/forms/types/options/_date_limitation.rst.inc
78+
7779
date_format
7880
~~~~~~~~~~~
7981

reference/forms/types/options/date_widget.rst.inc

-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@ The basic way in which this field should be rendered. Can be one of the followin
1212

1313
* ``single_text``: renders a single input of type date (text in Symfony 2.0). User's
1414
input is validated based on the `format`_ option.
15-
16-
.. include:: /reference/forms/types/options/_date_limitation.rst.inc

0 commit comments

Comments
 (0)