Home
last modified time | relevance | path

Searched refs:twig_date_format_filter (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst164 <?php echo twig_date_format_filter($now, 'd/m/Y') ?>
752 return '...'.twig_date_format_filter($timestamp, $format);
H A Dadvanced.rst179 <?php echo twig_date_format_filter($now, 'd/m/Y') ?>
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php412 function twig_date_format_filter(Environment $env, $date, $format = null, $timezone = null) function