Skip to content Skip to footer navigation

Modify Date Modifier#

Alters a timestamp by incrementing or decrementing in a format accepted by PHP's native strtotime() method.

date: January 1, 2000
yaml
yaml
{{ date | modify_date("-1 day") }}
{{ date | modify_date("next Sunday") }}
{{ date | modify_date("+3 months") }}
antlers
antlers
December 31, 1999
January 2, 2000
April 1, 2000
html
html
Hot Tip!

As of Statamic 5, this modifier will return a copy of the Date. Earlier versions would modify the variable directly which will be passed onto any additional modifiers.

A troll pointing a teaching stick