How to get the Unix Time in JavaScript?

Posted by Joys of Programming on in JavaScript

Using Date, we can display the time in UTC. getTime() can be used to get the time in epochs often known as the Unix Time or the Epoch Time, which is the number of seconds passed since January 1, 1970

<head>
<title>Unix Time in JavaScript</title>
</head>
<body>
<script type="text/javascript">
<!--
var time = new Date();
var currentTimeMillis = time.getTime();
document.write("Time "+  currentTimeMillis + "sec");
-->
</script>
</body>

The output of this script will be

Time 1259598783167sec

Reblog this post [with Zemanta]


Tags: , , ,

Comments:

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Copyright © 2009-2012 Joys of Programming All rights reserved.
Desk Mess Mirrored v1.8.1 theme from BuyNowShop.com.