Date.ToText

Syntax

Date.ToText(date as nullable date, optional format as nullable text, optional culture as nullable text) as nullable text

Description

Returns a textual representation of date. An optional format may be provided to customize the formatting of the text. An optional culture may also be provided (for example, “en-US”).

Reference Data

https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference

Power Query M Functions / Date Functions / Date.ToText