<html> <body> <button onclick="var myDate = new Date(); myDate.setMonth(5); alert(myDate);">SETMONTH</button> </body> </html>