Set Hours
<html> <body> <button onclick="var myDate = new Date(); myDate.setHours(12); alert(myDate);">Date: set Hours</button> </body> </html>