May 2001
Intermediate to advanced
720 pages
23h 24m
English
Date.toString( ) Method — a human-readable string representing the date
Flash 5
date.toString( )
A string giving the current time and date of
date in human-readable format, including
the UTC (GMT)
offset. To compose customized representations of the date, use the
methods for retrieving the day, hours, minutes, and so on, and map
those values onto your own strings, as shown earlier in the example
under Date class.
trace (myDate.toString( )); // Displays a date in the format:
// Wed Sep 15 12:11:33 GMT-0400 1999Read now
Unlock full access