/ Published in: JavaScript
Expand |
Embed | Plain Text
function time() { return Math.floor((new Date).getTime() / 1E3) } // returns 1317660968 //just like php do
You need to login to post a comment.
function time() { return Math.floor((new Date).getTime() / 1E3) } // returns 1317660968 //just like php do
You need to login to post a comment.