now

Last update: 2024-03-13
  • Created for:
  • Experienced
    Developer

Returns the current date in date time format. For more information on data types, refer to this page.

Category

Date

Function syntax

now(<parameter>)

Parameters

Parameter Description
string

Signatures and returned type

now()

now("<timeZone id>")

Returns a dateTime.

Examples

now()

Returns 2023-06-03T06:30Z.

toString(now())

Returns “2023-06-03T06:30Z”

now("Europe/Paris")

Returns 2023-06-03T08:30+02:00.

On this page