WoW API: GetDate

Revision as of 04:45, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API GetDate to API GetDate without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WoW API < GetDate

Gets the build date of the current version of WoW, as listed on the bottom left of the login screen.

local date = GetDate()

ParametersEdit

ArgumentsEdit

none

ReturnsEdit

  • date (string) - This date will be the date WoW was released or built, some internal Blizzard date close to release.

ExampleEdit

 local date = GetDate() -- version 1.2.1
Result
"Dec 20 2004"

NotesEdit

  • Removed in patch 1.3.0