Date
From UBot Studio
(Difference between revisions)
(Created page with "$Date is a System Function. The function returns the current system date and time. This function will provide whatever the date and time is on the system...") |
(→Example) |
||
Line 11: | Line 11: | ||
Running the script fills the designated field in the type text function with the date and time on the current system. | Running the script fills the designated field in the type text function with the date and time on the current system. | ||
+ | |||
[[File:date.png]] | [[File:date.png]] |
Revision as of 16:51, 15 April 2013
$Date is a System 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
type text(<username field>, $date, "Standard")
Running the script fills the designated field in the type text function with the date and time on the current system.