N seconds
From UBot Studio
(Difference between revisions)
(Created page with "$n seconds is a Time Function. The function returns a specified amount of hours/seconds/milliseconds/days/minutes/weeks/years == Example 1 == <pre> alert...") |
Revision as of 23:22, 6 October 2016
$n seconds is a Time Function.
The function returns a specified amount of hours/seconds/milliseconds/days/minutes/weeks/years
Example 1
alert($n seconds(3,"Hours"))
Running the script returns the specified amount of hours.