Update format_date.rst

Adding link to `format_datetime` - I hope the link syntax is correct :-)
This commit is contained in:
Thomas Landauer
2020-10-26 18:34:46 +01:00
committed by Fabien Potencier
parent 5fd9bf13bb
commit ce747dc4c6
+1 -1
View File
@@ -5,7 +5,7 @@
The ``format_date`` filter was added in Twig 2.12.
The ``format_date`` filter formats a date. It behaves in the exact same way as
the ``format_datetime`` filter, but without the time.
the :doc:`format_datetime<format_datetime>` filter, but without the time.
.. note::