Skip to content

Instantly share code, notes, and snippets.

@jodell
Created August 22, 2011 17:37
Show Gist options
  • Save jodell/1162991 to your computer and use it in GitHub Desktop.
Save jodell/1162991 to your computer and use it in GitHub Desktop.
Ignition Launch
var days = Math.floor((new Date(2011,9,26) - new Date()) / 1000 / 60 / 60 / 24);
var sprints = days / 14.0
"There are " + days + " days left until 10/26 (" + sprints + " 2-week sprints)";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment