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

date::add

Add time to a date.

Syntax

RQL

Parameters

NameTypeDescription
date_valueDate/TimestampThe base date to add time to
daysIntegerNumber of days to add (can be negative to subtract)

Return Value

Returns a new date/timestamp with the specified time added.

Examples

$ Add duration to date
$ ctrl+enter to run

Related Functions