N from now
From UBot Studio
(Difference between revisions)
(Created page with "$n seconds is a Time Function. This command returns the date plus the desired amount of second/days/milliseconds/hours/minutes Can be used along with the ...") |
|||
Line 1: | Line 1: | ||
− | $n | + | $n from now is a [[Time Functions|Time Function]]. |
This command returns the date plus the desired amount of second/days/milliseconds/hours/minutes | This command returns the date plus the desired amount of second/days/milliseconds/hours/minutes |
Latest revision as of 23:49, 6 October 2016
$n from now is a Time Function.
This command returns the date plus the desired amount of second/days/milliseconds/hours/minutes
Can be used along with the N seconds function.
[edit] Example 1
alert($n from now($n seconds(2,"Days")))
Running the script returns the current date plus the specified amount of days.