The given date
Optional
An object with options
The year
getYear
Get the year of the given date.
// Which year is 2 July 2014?const result = getYear(new Date(2014, 6, 2))//=> 2014 Copy
// Which year is 2 July 2014?const result = getYear(new Date(2014, 6, 2))//=> 2014
The given date