Skip to content Skip to footer navigation

Years Ago Modifier

Returns the number of years since a given date variable. Statamic will attempt to parse any string as a date, but try to keep it in the least ambiguous date format possible.

date: October 1 2015
{{ date | years_ago }}
{{ Statamic::modify($date)->yearsAgo() }}
{{ test_date | years_ago }}