Created
October 16, 2017 12:05
-
-
Save klashxx/71701b1d770ee30030650aafbccb69e3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var start = new Date('2017-10-16T11:19:50.846398Z'); | |
| setInterval(function() { | |
| $('#Timer').text(Math.floor((new Date - start) / 1000 /60) + " minutes"); | |
| }, 1000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment