Solved
How to use days later filter with property instead of today to show message a year later?
I want to show a date 365 days after a date i have in “Property name” (customere data).
I can only get it to work with “today”
{% today "%Y-%m-%d" as today %} {{ today|days_later:5 }}
But i want it to work with date in my data instead of today?
