Date.getUTCDate()
Availability
Flash Player 5.
Usage
my_date.getUTCDate() : Number
Parameters
None.
Returns
An integer.
Description
Method; returns the day of the month (an integer from 1 to 31) in the specified Date object,
according to universal time.
Example
The following example creates a new Date object and uses
Date.getDate(). The value returned by
Date.getDate(),
time.
var my_date:Date = new Date(2004,8,25);
trace(my_date.getUTCDate()); // output: 25
Date.getUTCDate()
depending on the relationship between your local time zone and universal
Date.getUTCDate()
can differ from the value returned by
Date.getUTCDate()
and
251
Need help?
Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?
Questions and answers