Hi, many thanks,
{% set difference = date(post.site_start|date('d/m/Y')).diff(date(post.site_finish|date('d/m/Y'))) %}
{% set leftDays = difference.days %}
{{leftDays}}
Not sure what is wrong.... but is not working....
got the add and multiplier functions working, but the dates are not working.... I just get a "0" as result.
thanks