Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5e83480

Browse files
committed
minor #19940 Add more necessary information (Euugi)
This PR was submitted for the 7.1 branch but it was merged into the 6.4 branch instead. Discussion ---------- Add more necessary information <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> Commits ------- 5dfb6fc Add more necessary information
2 parents d86b33e + 5dfb6fc commit 5e83480

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

reference/forms/types/time.rst

+3
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ values for the hour, minute and second fields::
8282
],
8383
]);
8484

85+
If you want seconds to be displayed as well, take a look at the setting
86+
`with_seconds`_, which is by default set to false.
87+
8588
.. include:: /reference/forms/types/options/hours.rst.inc
8689

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

0 commit comments

Comments
 (0)