Files
wow_Meta/api/date.lua
2025-05-04 15:15:00 +02:00

9 lines
329 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param format string
---@return string or table dateValue
---Returns a formatted date/time string for a date (or the current date). Alias to the standard library function os.date.
---@overload fun(format: string, time: number)
function date(format, time) end