Skip to content

Instantly share code, notes, and snippets.

@JLChnToZ
Created August 17, 2014 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JLChnToZ/ebc9081c7974a6933ca7 to your computer and use it in GitHub Desktop.
Save JLChnToZ/ebc9081c7974a6933ca7 to your computer and use it in GitHub Desktop.
Swatch Internet Time in JavaScript
Date.prototype.getBeats = function() {
return (this / 864e2 + 1e3 / 24) % 1e3;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment