MonthName
Last updated
Was this helpful?
Last updated
Was this helpful?
The MonthName function returns the name of the month component from a specified datetime value.
Function arguments:
date
The value or column to reference when evaluating the month component.
Must be a datetime value.
If the date argument references text or number data, use the Date function to convert the value.
Evaluates 2023-05-04
as a datetime value and returns May
as the name of the month component.
References the Order Date column and returns the name of the corresponding month component for each row.