Skip to content

Instantly share code, notes, and snippets.

@poulter7
Created February 18, 2011 22:54
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 poulter7/834565 to your computer and use it in GitHub Desktop.
Save poulter7/834565 to your computer and use it in GitHub Desktop.
The first javascript script line returns a string of 59 and the second 60
var i = (((59499/ 1000) % 60)).toFixed();
var i = (((59500/ 1000) % 60)).toFixed();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment