<html> <body> <button onclick="var myDate = new Date(); myDate.setUTCFullYear(2030); alert(myDate);">SETUTCFULLYEAR</button> </body> </html>