Skip to content

Instantly share code, notes, and snippets.

@Noah-Huppert
Created November 2, 2013 15:47
Show Gist options
  • Save Noah-Huppert/7280256 to your computer and use it in GitHub Desktop.
Save Noah-Huppert/7280256 to your computer and use it in GitHub Desktop.
var sortedDates = dates.slice(0).sort(function(a,b){
return (new Date(b))-(new Date(a))
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment