Files
wow_Meta/api/date.lua
2025-05-04 14:35:26 +02:00

8 lines
320 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@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