Javascript Methods JavaScript Reference

Note:
Returns the year. 
When the year is before 2000, the return value is the year minus 1900. 
When the year is 2000 or after, the return value is the four-digit year.
    
Syntax:
    
dateName.getYear()