<html> <body> <button onclick="var myDate = new Date(); myDate.setMinutes(2); alert(myDate);">SETMINUTES</button> </body> </html>