<html> <body> <button onclick="var myDate = new Date(); myDate.setMilliseconds(845); alert(myDate);">SETMILLISECONDS</button> </body> </html>