function (optionalvalue
as nullable any, optionalculture
as nullable any) as nullable any
date
value from the given value
. If the given value
is null
, Date.From
returns null
. If the given value
is date
, value
is returned. Values of the following types can be converted to a date
value: value
is of any other type, an error is returned.43910
to a date
value.
date(2020, 3, 20)
#datetime(1899, 12, 30, 06, 45, 12)
to a date
value.
date(1899, 12, 30)