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