WoW:API GetDate
Jump to navigation
Jump to search
When called, returns "Dec 20 2004". Possibly a broken date script, or returns a date that has unknown significance. (Compile date?)
date = GetDate();
- Arguments
- none
- Returns
- date
- String - As of 1.2.1, always returns "Dec 20 2004". May be broken or reporting a date of currently unknown significance.
- Example
local date = GetDate();
- Result
"Dec 20 2004"
- Details
- No hints as of yet as to what this function actually does. Has been suggested that it is broken, though it may be reporting a date of unknown significance. Perhaps the date of the release of the current version or the compile of the current version.