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[edit]

Arguments[edit]

No Arguments

Returns[edit]

an array of names

Details[edit]

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

Displays "June"