DateFormat
The DateFormat function evaluates a date value and extracts datetime components (as text strings) in the specified format.
Syntax
Function arguments:
Compatible format specifiers
The DateFormat function uses the datetime formatting functionality of the connected data platform. The following format specifiers are supported by most connections and can be used to build the datetime format string. If a specifier does not return the expected results, consult the documentation of your connected data platform for more information.
Examples
Example 1
Evaluates the date value "2018-07-23" and returns the full month name, July.
Example 2
Evaluates date values in the Date column and returns text strings formatted to include the abbreviated weekday name, full month name, two-digit day of the month, and four-digit year, with commas following the weekday name and day of the month.


