Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions reference/forms/types/date.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,11 @@ values for the year, month and day fields::

.. include:: /reference/forms/types/options/date_format.rst.inc

.. versionadded:: 4.3

Using the ``format`` option when the ``html5`` option is enabled is deprecated
since Symfony 4.3.

.. include:: /reference/forms/types/options/html5.rst.inc

.. _form-reference-date-input:
Expand Down
5 changes: 5 additions & 0 deletions reference/forms/types/datetime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ used by the HTML5 ``datetime-local`` field. Keeping the default value will
cause the field to be rendered as an ``input`` field with ``type="datetime-local"``.
For more information on valid formats, see `Date/Time Format Syntax`_.

.. versionadded:: 4.3

Using the ``format`` option when the ``html5`` option is enabled is deprecated
since Symfony 4.3.

.. include:: /reference/forms/types/options/hours.rst.inc

.. include:: /reference/forms/types/options/html5.rst.inc
Expand Down