Skip to content

Instantly share code, notes, and snippets.

@coldclimate
Last active August 29, 2015 14:00
Show Gist options
  • Save coldclimate/11288076 to your computer and use it in GitHub Desktop.
Save coldclimate/11288076 to your computer and use it in GitHub Desktop.
This time last week
var last_week = new Date();
last_week.setDate(last_week.getDate() -7);
@coldclimate
Copy link
Author

Props to @onion2k for the neater refinement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment