Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
No edit summary
m ({{wowapi}})
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  +
{{wowapi}}
 
{{removedapi|1.3.0|}}
 
{{removedapi|1.3.0|}}
 
<center>'''GetDate''' ''-Documentation by [[user:Zlixar|Zlixar]]-''</center>
 
   
 
When called, returns the build date of the current version of WoW (as listed on the bottom left of the login screen).
 
When called, returns the build date of the current version of WoW (as listed on the bottom left of the login screen).
Line 22: Line 21:
 
;''Result''
 
;''Result''
 
"Dec 20 2004"
 
"Dec 20 2004"
 
 
----
 
{{Template:WoW API}}
 

Revision as of 14:45, 18 June 2006

When called, returns the build date of the current version of WoW (as listed on the bottom left of the login screen).

date = GetDate();

Arguments
none

Returns
date
String - For example for version 1.2.1, it returned "Dec 20 2004". This date will be the date WoW was released or built (some internal Blizzard date close to release).

Example
local date = GetDate();
Result
"Dec 20 2004"