Link Search Menu Expand Document

Date.ToUTCString Method

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