DRAFTThis page is not published. Only visible in development mode.
date module

date::subtract

Subtract a duration from a date.

Syntax

RQL

Parameters

NameTypeDescription
date_valueDateThe date to subtract from.
durationDurationThe duration to subtract.

Return Value

Returns a Date with the duration subtracted.

Examples

$ Subtract duration from date
$ ctrl+enter to run

Related Functions