Set Year
<html> <body> <button onclick="var myDate = new Date(); myDate.setYear(2000); alert(myDate);">Date set year</button> </body> </html>