Now
From UBot Studio
(Difference between revisions)
(Created page with "$Date is a Time Function. The function returns the current system date and time. This function will provide whatever the date and time is on the system the...") |
|||
Line 1: | Line 1: | ||
− | $ | + | $Now is a [[Time Functions|Time Function]]. |
The function returns the current system date and time. This function will provide whatever the date and time is on the system the bot or script | The function returns the current system date and time. This function will provide whatever the date and time is on the system the bot or script |
Revision as of 00:01, 7 October 2016
$Now is a Time Function.
The function returns the current system date and time. This function will provide whatever the date and time is on the system the bot or script is running on.
Example 1
alert($now)
Running the script fills the designated field in the type text function with the date and time on the current system.