DATETIMETOTEXT()

Prev Next
This content is currently unavailable in Русский. You are viewing the default (English) version.

Description

Formats a date to a string. If a tz identifier is provided, uses that time zone instead of the local time zone.

Available In

  • Apps
  • Automations
  • Analysis

Syntax

DATETIMETOTEXT(date: Datetime or Date, format: Text, timezone?: Text)

Example

DATETIMETOTEXT(@App Info.Current Date and Time, 'MMM DD YYYY', 'America/New_York') = Jan 01 2019

Additional Information

Formatting: devhints.io/moment