diff --git a/reference/forms/types/time.rst b/reference/forms/types/time.rst index e4ec432da08..6763289fcc2 100644 --- a/reference/forms/types/time.rst +++ b/reference/forms/types/time.rst @@ -82,6 +82,9 @@ values for the hour, minute and second fields:: ], ]); +If you want seconds to be displayed as well, take a look at the setting +`with_seconds`_, which is by default set to false. + .. include:: /reference/forms/types/options/hours.rst.inc .. include:: /reference/forms/types/options/html5.rst.inc