File tree
Expand file treeCollapse file tree1 file changed
+2
-2
lines changed Expand file treeCollapse file tree1 file changed
+2
-2
lines changed Original file line number | Diff line number | Diff line change |
---|
|
74 | 74 |
|
75 | 75 | **type**: ``string`` **default**: ``Symfony\Component\Form\Extension\Core\Type\DateTimeType::HTML5_FORMAT``
|
76 | 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 |
| 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 |
79 | 79 | as a datetime string. It defaults to the `RFC 3339`_ format which is used
|
80 | 80 | by the HTML5 ``datetime`` field. Keeping the default value will cause the
|
81 | 81 | field to be rendered as an ``input`` field with ``type="datetime"``.
|
|
You can’t perform that action at this time.
0 commit comments