Link Search Menu Expand Document

Date.ToString Method

Explanation Returns the date and time as a string.
Call format var text = d.ToString ()
Return value A string representing the date and time.
Argument None
Exception None
Example of use
var d = new Date ();
print (d.ToString (), "¥ n");
Related item