WoW API: CalendarGetDate
Jump to navigation
Jump to search
Get the current date from the Calendar API
weekday, month, day, year = CalendarGetDate();
Returns[edit]
- weekday, month, day, year
- weekday - Number
- The current day of the week. 1=Sunday, 2=Monday, ...
- month - Number
- The current month (1-12)
- day - Number
- The current day of the month (1-31)
- year - Number
- The current year