Modifier: weeks_ago
Returns the number of weeks 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.
YAML
date: October 1 2015
Template
{{ date | weeks_ago }}
Output
401
Additional Reading
Learn how to use and chain modifiers in the Antlers template guide.