addtodate - Add Value to a Date
Adds a specified number of days, months, etc. to a given date. It can also subtract dates by adding negative values.
date
DD.MM.YYYY
The date to add to. Your date needs to be in one of the following formats DD.MM.YYYY, DD.MM.YY, DD.MM.YYYY HH:mm, DD.MM.YY HH:mm, MM-DD-YYYY, MM-DD-YYYY HH:mm, MM-DD-YY, MM-DD-YY HH:mm.
Example:
14.08.2020
key
string
What to add.
Possible values are: days, years, quarters, months, weeks, hours, minutes, seconds, milliseconds
Example:
days
amount
number
The amount of days, months, etc. to add. Provide a negative amount to subtract.
Example:
5