WoW API: CalendarGetMonthNames
Jump to navigation
Jump to search
← WoW API < CalendarGetMonthNames
- Get the localized names of the months of the year
CalendarGetMonthNames()
Parameters
Arguments
- No Arguments
Returns
- an array of names
Details
local months = {CalendarGetMonthNames()} print(months[6])
Displays "June"