| Date.getYear( ) Method | Flash 5 | | the year, relative to 1900 | | Returns The value of date.getFullYear( ) minus 1900. For example, getYear( ) of 1999 is 99, getYear( ) of 2001 is 101, and getYear( ) of 1800 is -100. This function is most useful for dates in the twentieth century. See Also Date.getFullYear( ) |