WoW API: CalendarGetMonthNames

From AddOn Studio
Revision as of 04:54, 10 June 2009 by WoWWiki>Keith Gabryelski (new page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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"