Date.MonthName

 

Date.MonthName(date as any, optional culture as nullable text)

Returns the name of the month component for the provided date and, optionally, a culture culture.

Get the month name.

Date.MonthName(#datetime(2011, 12, 31, 5, 0, 0), "en-US")

"December"

Show: