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

date::age

Calculate the duration between two dates.

Syntax

RQL

Parameters

NameTypeDescription
date_aDateThe first date
date_bDateThe second date

Return Value

Returns a Duration representing the time between the two dates.

Examples

$ Calculate age between dates
$ ctrl+enter to run

Related Functions