Skip to content
This repository was archived by the owner on May 21, 2020. It is now read-only.
Florian Rappl edited this page Dec 21, 2014 · 2 revisions

date

The date() function allows you to get dates with or without offset.

date()

Gets the current date, taken at the moment of the query request.

Returns 1. entry

String

Example

date()

Prints the current date.

date(offset)

Gets the current date with the specified offset in days.

Argument offset

Scalar

Returns 1. entry

String

Example

date(100)

Prints the date in 100 days.

Clone this wiki locally