WoW API: CalendarGetMonth
Retrieve the month and year for the given offset of months.
month, year, numdays, firstday = CalendarGetMonth( [offsetMonth] );
ArgumentsEdit
- (offsetMonth)
- offsetMonth (optional)
- Number - The number of months to offset from the current month. If excluded, the function returns data for the current month.
ReturnsEdit
- month, year, numdays, firstday
- month
- Number - The month in integer format (1-12)
- year
- Number - The year at the offset date
- numdays
- Number - The number of days in the month (28-31)
- firstday
- Number - The weekday on which the month begins (1 = Sunday, 2 = Monday, ..., 7 = Saturday)