Thursday, 1 March 2012

Getting time code


<html>
<body>

<script type="text/javascript">
var d=new Date();
document.write(d.getTime() + " seconds since 2000/01/01");
</script>

</body>
</html>

No comments:

Post a Comment