mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-31 12:37:15 +00:00
5758be03346ebd42f70e480626dbdcff9cbb6cbb
Commits -------ae85586Add docs for date_modify0366cf6Fix docs of date filter Discussion ---------- Date modify filter This is probably possible via `date(foo)|modify('-1day')|format()`, but it's non obvious and a dedicated filter might be a bit more prominent. --------------------------------------------------------------------------- by fabpot at 2012-06-22T07:01:32Z Just a quick thought: As it modifies the date, it should probably be a function, not a filter. --------------------------------------------------------------------------- by stof at 2012-06-22T07:24:52Z @fabpot Aren't filters meant to transform the value ?
…
…
…
Twig, the flexible, fast, and secure template language for PHP
Twig is a template language for PHP, released under the new BSD license (code and documentation).
Twig uses a syntax similar to the Django and Jinja template languages which inspired the Twig runtime environment.
More Information
Read the documentation for more information.
Description
Languages
PHP
99.9%
