Syntax
date.setUTCFullYear(year)
The setUTCFullYear() method sets the year in the Date object to the argument year, a four-digit integer universal time.
The method returns an integer representing the number of milliseconds between midnight January 1, 1970 (GMT) to the new date.