From bfaff9177b103f3002d6795f4011453063a4bdd4 Mon Sep 17 00:00:00 2001 From: Patryk Miedziaszczyk <57354820+Euugi@users.noreply.github.com> Date: Tue, 4 Jun 2024 19:23:39 +0200 Subject: [PATCH] Add more necessary information --- reference/forms/types/time.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reference/forms/types/time.rst b/reference/forms/types/time.rst index b45b0eab561..c3dd7a79c37 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