merged branch Seldaek/date_modify (PR #757)
authorFabien Potencier <fabien.potencier@gmail.com>
Tue, 26 Jun 2012 16:23:42 +0000 (18:23 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 26 Jun 2012 16:23:42 +0000 (18:23 +0200)
commit5758be03346ebd42f70e480626dbdcff9cbb6cbb
tree44cccb27fa847728745637c116e882f2d2fb28e4
parentb7ca23f8be7dcce6b172a7ad1d67f361d796ca9b
parentae85586e6f4cdac65c5d44a19881489081e9bccb
merged branch Seldaek/date_modify (PR #757)

Commits
-------

ae85586 Add docs for date_modify
0366cf6 Fix 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 ?