<html> <body> <button onclick="var myDate = new Date(); alert(myDate.getFullYear());"> get full year from date</button> </body> </html>