<html> <body> <button onclick="var myDate = new Date(); myDate.setUTCMilliseconds(20); alert(myDate);">SETUTCMILLISECONDS</button> </body> </html>