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