Link Search Menu Expand Document

Date.GetMonth Method

Explanation Returns the month part of a date in local time with a month number with January as 0.
Call format var v = d.GetMonth ()
Return value Numerical value indicating the month number
Argument None
Exception None
Example of use
var d = new Date ();
print (d.GetMonth (), "¥ n");
Related item