Link Search Menu Expand Document

Date.ToDateString Method

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