WoW API: CalendarGetMonthNames
← 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"