Date.FromText

Syntax

Date.FromText(text as nullable text, optional culture as nullable text) as nullable date

Description

Creates a date value from a textual representation, text, following ISO 8601 format standard. 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.FromText