MACROMEDIA FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE Reference page 128

Flash lite 1.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

GetDateMonth
Availability
Flash Lite 1.1.
Description
Returns the month of the current date as a numeric value (without a leading 0).
Command
"GetDateMonth"
Example
The following example collects the date information and constructs a complete date string:
today = fscommand2("GetDateDay");
weekday = fscommand2("GetDateWeekday");
thisMonth = fscommand2("GetDateMonth");
thisYear = fscommand2("GetDateYear");
when = weekday add ", " add thisMonth add " " add today add ", " add
thisYear;
See also
,
GetDateDay
GetDateWeekday
128
Flash Lite Specific Language Elements
Parameters
None.
,
GetDateYear
Value returned
-1: Not supported.
1 to 12: The number of the current month.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Questions and answers

Table of Contents