API CalendarGetMonthNames

From Warcraft Wiki
Jump to navigation Jump to search

Get the localized names of the months of the year.

months = CalendarGetMonthNames()

Returns

months
string[]

Example

local months = {CalendarGetMonthNames()}
print(months[6])
> "June"

Patch changes