WoW API: CalendarGetMonthNames

WoW API < CalendarGetMonthNames

Get the localized names of the months of the year
CalendarGetMonthNames()

ParametersEdit

ArgumentsEdit

No Arguments

ReturnsEdit

an array of names

DetailsEdit

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

Displays "June"