Update format_time.rst

Adding link to format_datetime - same as https://github.com/twigphp/Twig/pull/3414
This commit is contained in:
Thomas Landauer
2020-10-27 14:26:10 +01:00
committed by GitHub
parent 7c15608957
commit 51366923cc
+1 -1
View File
@@ -5,7 +5,7 @@
The ``format_time`` filter was added in Twig 2.12.
The ``format_time`` filter formats a time. It behaves in the exact same way as
the ``format_datetime`` filter, but without the date.
the :doc:`format_datetime<format_datetime>` filter, but without the date.
.. note::