Date > Date.setMonth
Date.setMonthSyntax
myDate
.setMonth(
month
[,
date
]);
Arguments
month
An integer from 0 (January) to 11 (December).
date
An integer from 1 to 31. This argument is optional.
Description
Method; sets the month for the specified Date object in local time. Local time is determined by the operating system on which the Flash Player is running.
Player
Flash 5 or later.