function (optionaltext
as nullable any, optionalculture
as nullable any) as nullable any
date
value from a textual representation, text
, following ISO 8601 format standard. "December 31, 2010"
into a date value.
date(2010, 12, 31)
"December 31, 2010"
into a date value, with a different format
date(2010, 12, 31)
"December, 2010"
into a date value.
date(2010, 12, 1)
"2010"
into a date value.
date(2010, 1, 1)