GetMinutes
Gets the current minutes in a time.
The following example prints the current minutes in an hour.
JavaScript
print("The current minute is " + new Date().GetMinutes())
Lua
print("The current minute is "..tostring(Date().GetMinutes()))
Gets the current minutes in a time.
The following example prints the current minutes in an hour.
JavaScript
print("The current minute is " + new Date().GetMinutes())
Lua
print("The current minute is "..tostring(Date().GetMinutes()))