Returns the name of the month component.
function (optional
date
as nullable any, optionalculture
as nullable any) as nullable any
Returns the name of the month component for the provided date
and, optionally, a culture culture
.
Date
Get the month name.
Date.MonthName(#datetime(2011, 12, 31, 5, 0, 0), "en-US")
"December"