Good Morning,
I’m trying to populate the name of the previous month, but I couldn’t find any documentation on how to do so.
I only did find the tags for current day/month/year
what I'm looking for is a tag for the previous month & year, or how to do these simple operations:
({% current_month_name %} - 1 month)
( {% current_year %} - 1 year )
Thanks