Link Search Menu Expand Document

Date.ToTimeString Method

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