setMonth()
Top  Previous  Next


SWiSH Player Support
SWF5 or later - Supported Internally

Syntax
DateObj.setMonth(month {, date})

Arguments
month: A number from 0 to 11 used to represent the current month (0 being January, 1 being February, etc.)
date: A number from 1 to 31 used to represent the current day of the month. This is an optional argument.

Returns
an integer

Description
Method; This method sets the current month for the Date Object specified according to Local Time.