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 ...") |
Revision as of 23:48, 6 October 2016
$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 N seconds function.
Example 1
alert($n from now($n seconds(2,"Days")))
Running the script returns the current date plus the specified amount of days.