Date.DayOfWeekName
Returns the day of the week name.
function (optionaldate
as nullable any, optionalculture
as nullable any) as nullable any
Returns the day of the week name for the provided
date
and, optionally, a culture culture
.Date
Get the day of the week name.
Date.DayOfWeekName(#date(2011, 12, 31), "en-US")
"Saturday"
Last modified 4yr ago