![]() |
This is no longer a part of the World of Warcraft API.
|
Contents
Gets the build date of the current version of WoW, as listed on the bottom left of the login screen.
local date = GetDate()
Parameters[edit | edit source]
Arguments[edit | edit source]
- none
Returns[edit | edit source]
- date (string) - This date will be the date WoW was released or built, some internal Blizzard date close to release.
Example[edit | edit source]
local date = GetDate() -- version 1.2.1
- Result
"Dec 20 2004"
Notes[edit | edit source]
- Removed in patch 1.3.0
Community content is available under CC-BY-SA unless otherwise noted.