getMonth


function getMonth(time: integer): integer;

Returns the month number for the given time (time is represented in seconds since 1.1.1970. and can be retrieved by calling getCurrentTime function). The returned value is between 1 and 12.

See also: getCurrentTime, getYear, getDay