Overview
Theadd-to-date transformation adds a specified amount of time to a date.
Syntax
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
variable | date | Yes | - | The date to add time to |
amount | number | No | 0 | The amount to add |
unit | string | No | "days" | Unit of time: "days", "hours", "minutes", "seconds", "months", "years" |