GetSeconds
Gets the current seconds in a time.
The following example prints the current second in a minute
JavaScript
print("It is second " + new Date().GetSeconds())
Lua
print("It is second "..tostring(Date().GetSeconds()))
Gets the current seconds in a time.
The following example prints the current second in a minute
JavaScript
print("It is second " + new Date().GetSeconds())
Lua
print("It is second "..tostring(Date().GetSeconds()))