Date.setFullYear( ) Method | Flash 5 |
assign the century and year in four-digit format |
A four-digit integer, representing the new year for date (for example, 1999 or 2000).
An optional integer from 0 (January) to 11 (December), not 1 to 12, representing the new month of the year of date. Defaults to 0 if not specified.
An optional integer from 1 to 31, representing the new day of the month of date. Defaults to 1 if not specified.
An integer representing the number of milliseconds between the new date and midnight, January 1, 1970.
Date.getFullYear( ), Date.setYear( )