Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Andrea Giammarchi | > | SourceMap | > | common.js | > | Download | ||
|
Download |
function getTime(startTime) { var newtime = (new Date()).getTime(); if(startTime) newtime = (newtime - startTime) / 1000; return newtime; } |