dateAdd(years, months, days)
Description
Add years, month, days to a date
Parameters
Name
Description
years
the number of years to add
months
the number of months to add
days
the number of days to add
Examples
adding 10 days
[wt:wt.date|dateAdd(0, 0, 10)|formatDate("Y-m-d")]