128
Flash Lite Specific Language Elements
GetDateMonth
Availability
Flash Lite 1.1.
Description
Returns the month of the current date as a numeric value (without a leading 0).
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
,
GetDateYear
Command
Parameters
Value returned
"GetDateMonth"
None.
-1: Not supported.
1 to 12: The number of the current month.
Содержание FLASH 8-FLASH
Страница 1: ...Flash Lite 1 x ActionScript Language Reference...
Страница 6: ...6 Contents...
Страница 46: ...46 Flash Lite Global Functions...
Страница 62: ...62 Flash Lite Properties...
Страница 76: ...76 Flash Lite Statements...
Страница 110: ...110 Flash Lite Operators...
Страница 162: ...162 Index...