/ Published in: JavaScript
URL: http://www.epochconverter.com/
returns the number of seconds since 1 jan 1970 This is useful for generating a number in a url to stop a page from caching
Expand |
Embed | Plain Text
var cacheBreak = Math.round(new Date().getTime()/1000.0);
You need to login to post a comment.
