WoW:API GetDate: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
| Line 13: | Line 13: | ||
== Example == | == Example == | ||
<pre> | |||
local date = GetDate() -- version 1.2.1 | local date = GetDate() -- version 1.2.1 | ||
</pre> | |||
; Result | ; Result | ||
Revision as of 02:18, 15 March 2022
This is no longer a part of the World of Warcraft API.
|
Gets the build date of the current version of WoW, as listed on the bottom left of the login screen.
local date = GetDate()
Parameters
Arguments
- none
Returns
- date (string) - This date will be the date WoW was released or built, some internal Blizzard date close to release.
Example
local date = GetDate() -- version 1.2.1
- Result
"Dec 20 2004"
Notes
- Removed in patch 1.3.0