Skip to content
Greenman edited this page Jan 19, 2020 · 1 revision

Documentation

string Time()

Description

Returns the current time as the following string: Hour:Minute:Second AM/PM

Example

--Note: This is just a snippet
["Function"] = function(args,speaker) 
  print(Time()) --> 03:07:14 PM
end
Clone this wiki locally