diff --git a/reference/forms/types/datetime.rst b/reference/forms/types/datetime.rst index 3d400ba66cb..7e81fc0b90f 100644 --- a/reference/forms/types/datetime.rst +++ b/reference/forms/types/datetime.rst @@ -66,11 +66,16 @@ Defines the ``format`` option that will be passed down to the date field. See the :ref:`DateType's format option ` for more details. +The ``date_format`` option does not have any effect when the form is rendered +as an HTML5 datetime input. + date_widget ~~~~~~~~~~~ .. include:: /reference/forms/types/options/date_widget_description.rst.inc +The ``date_widget`` option is ignored when the ``widget`` option is set to ``single_text``. + .. include:: /reference/forms/types/options/days.rst.inc placeholder @@ -149,6 +154,8 @@ time_widget Defines the ``widget`` option for the :doc:`TimeType `. +The ``time_widget`` option is ignored when the ``widget`` option is set to ``single_text``. + .. include:: /reference/forms/types/options/view_timezone.rst.inc widget