date_add_days

Adds a specified number of days to a date.

Example

1
{{ 2020-01-15 | date_add_days: 1 }} => 2020-01-16

Input

Type Parameter Description Required
string date The date to add days to. Comes before the | sign. Required
int days The number of days to add  

Output

Type Description
string The new date