Skip to content

Instantly share code, notes, and snippets.

@itayw
Created July 28, 2015 15:35
Show Gist options
  • Save itayw/004db5024b26d5871996 to your computer and use it in GitHub Desktop.
Save itayw/004db5024b26d5871996 to your computer and use it in GitHub Desktop.
var fixedTo = new Date(2015,6,3,13,34,12);
var fixedFrom = new Date(fixedTo);
fixedFrom.setMinutes(fixedTo.getMinutes()-15);
var timeDefaults = {
from: fixedFrom,//'now-15m',
to: fixedTo, //'now',
//mode: 'quick'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment