<html> <body> <button onclick="var myDate = new Date(); myDate.setUTCMinutes(22); alert(myDate);">SETUTCMINUTES</button> </body> </html>