Date > Date.setUTCDate

Date.setUTCDate

Syntax

myDate.setUTCDate(date);

Arguments

date An integer from 1 to 31.

Description

Method; sets the date for the specified Date object in universal time. Calling this method does not modify the other fields of the specified Date, but the getUTCDay and getDay methods may report a new value if the day of the week changes as a result of calling this method.

Player

Flash 5 or later.