Skip to content

Instantly share code, notes, and snippets.

@klashxx
Created October 16, 2017 12:05
Show Gist options
  • Select an option

  • Save klashxx/71701b1d770ee30030650aafbccb69e3 to your computer and use it in GitHub Desktop.

Select an option

Save klashxx/71701b1d770ee30030650aafbccb69e3 to your computer and use it in GitHub Desktop.
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