<html> <body> <button onclick="var myDate = new Date(); myDate.setDate(20); alert(myDate);">SETDATE</button> </body> </html>