Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<meta charset=utf-8 />
<title>JSBin Demo by Roko</title>
</head>
<body>
  
</body>
</html>
 
var date = new Date();
var systemMS = date.getMilliseconds();
var timeMS  = date.getTime();
alert('Currently your clock is at ms :   '+ systemMS);
alert('"ms" since 1 January, 1970 UTC. : '+ timeMS);
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
roXonpro
0viewers