Update documentation for date function to include overload for no parameters
This commit is contained in:
@@ -5,4 +5,5 @@
|
|||||||
---@return string or table dateValue
|
---@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.
|
---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)
|
---@overload fun(format: string, time: number)
|
||||||
|
---@overload fun()
|
||||||
function date(format, time) end
|
function date(format, time) end
|
||||||
|
Reference in New Issue
Block a user