diff --git a/reference/forms/types/datetime.rst b/reference/forms/types/datetime.rst index 7b0d0e089f5..fc58493207f 100644 --- a/reference/forms/types/datetime.rst +++ b/reference/forms/types/datetime.rst @@ -74,7 +74,7 @@ format **type**: ``string`` **default**: ``Symfony\Component\Form\Extension\Core\Type\DateTimeType::HTML5_FORMAT`` -If the ``widget`` option is set to ``single_text``, this option specifies the +If the ``widget`` option is set to ``single_text``, this option specifies the format of the input, i.e. how Symfony will interpret the given input as a datetime string. It defaults to the `RFC 3339`_ format which is used by the HTML5 ``datetime`` field. Keeping the default value will cause the