Link Search Menu Expand Document

sysdate

Explanation Find the current system date and time.
Call format var d = sysdate ()
Return value Returns the current system date and time.
Arguments None
Exception None
Example of use
var d = sysdate ();
print (d, "¥ n");
Related item