<html> <body> <button onclick="var myDate = new Date(); myDate.setUTCHours(11); alert(myDate);">SETUTCHOURS</button> </body> </html>