Skip to main content

Overview

The add-to-date transformation adds a specified amount of time to a date.

Syntax

add-to-date(<variable>, amount=0, unit="days")

Parameters

ParameterTypeRequiredDefaultDescription
variabledateYes-The date to add time to
amountnumberNo0The amount to add
unitstringNo"days"Unit of time: "days", "hours", "minutes", "seconds", "months", "years"

Examples

add-to-date(<variable>, amount=7, unit="days")
add-to-date(<variable>, 30, "days")