We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1420681 commit 03f0483Copy full SHA for 03f0483
functions/info/getlastmod.js
@@ -2,6 +2,7 @@ function getlastmod() {
2
// From: http://phpjs.org/functions
3
// + original by: Brett Zamir (http://brett-zamir.me)
4
// % note 1: Will not work on browsers which don't support document.lastModified
5
+ // * test: skip
6
// * example 1: getlastmod();
7
// * returns 1: 1237610043
8
return new Date(this.window.document.lastModified).getTime() / 1000;
0 commit comments