date_modify
The date_modify filter modifies a date based on the passed modifier.
{{ post.publishedOnTimestamp|date_modify('+ 1 day')|date('m/d/Y') }}
The date_modify filter modifies a date based on the passed modifier.
{{ post.publishedOnTimestamp|date_modify('+ 1 day')|date('m/d/Y') }}