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