setUTCMonth()
Top  Previous  Next


SWiSH Player Support
SWF5 or later - Supported Internally

Syntax
DateObj.setUTCMonth(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 is used to set the current month for the Date Object specified according to Universal Time. It can also be used to set the day of the month (date), but that is optional.