7 lines
321 B
Lua
7 lines
321 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 |