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...") |
|||
Line 12: | Line 12: | ||
Running the script returns the specified amount of hours. | Running the script returns the specified amount of hours. | ||
− | [[File:n seconds. | + | [[File:n seconds.jpg]] |
Revision as of 23:26, 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.