Returns the earliest date usable in the calendar system. This function currently returns November 24th, 2004 as the minimum date. This is the date that World of Warcraft was launched in the U.S.


See also Calendar functions.

Signature:

weekday, month, day, year = CalendarGetMinDate()

Returns:

  • weekday - Index of the day of the week (starting at 1 = Sunday) (number)
  • month - Index of the month (starting at 1 = January) (number)
  • day - Day of the month (number)
  • year - Year (full four-digit year) (number)