WoW:API GetDate

From AddOn Studio
Revision as of 23:07, 18 January 2005 by WoWWiki>Zlixar
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
GetDate -Documentation by Zlixar-

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.

Template:WoW API