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

date::new

Create a new date from year, month, and day components.

Syntax

RQL

Parameters

NameTypeDescription
yearIntegerThe year component.
monthIntegerThe month component.
dayIntegerThe day component.

Return Value

Returns a Date constructed from the given year, month, and day components.

Examples

$ Create a new date
$ ctrl+enter to run

Related Functions