WoW:API CalendarGetMonthNames: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(new page)
 
m (Move page script moved page API CalendarGetMonthNames to API CalendarGetMonthNames without leaving a redirect)
 
(No difference)

Latest revision as of 04:45, 15 August 2023

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"