Skip to content

Instantly share code, notes, and snippets.

@ethertank
Last active December 17, 2015 23:39
Show Gist options
  • Save ethertank/5690841 to your computer and use it in GitHub Desktop.
Save ethertank/5690841 to your computer and use it in GitHub Desktop.
(function(DP) {
Date.now || (Date.now = function() {
return new Date().getTime();
});
})(Date.prototype);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment