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