←
WoW API <
CalendarGetMonthNames
- Get the localized names of the months of the year
CalendarGetMonthNames()
Parameters
Edit
Arguments
Edit
- No Arguments
- an array of names
local months = {CalendarGetMonthNames()}
print(months[6])
Displays "June"
Community content is available under
CC-BY-SA
unless otherwise noted.