Version: latest
Temporal functions
now()
#
Returns the current date and time including the timezone.
- parameters: no
- result: date-time with timezone
today()
#
Returns the current date.
- parameters: no
- result: date
day of week()
#
Returns the day of the week according to the Gregorian calendar. Note that it returns always the english name of the day.
- parameters:
date
: date/date-time
- result: string
day of year()
#
Returns the Gregorian number of the day within the year.
- parameters:
date
: date/date-time
- result: number
week of year()
#
Returns the Gregorian number of the week within the year, according to ISO 8601.
- parameters:
date
: date/date-time
- result: number
month of year()
#
Returns the month of the week according to the Gregorian calendar. Note that it returns always the english name of the month.
- parameters:
date
: date/date-time
- result: string