Skip to content

Instantly share code, notes, and snippets.

@bbrowning
Created February 15, 2010 19:42
Show Gist options
  • Save bbrowning/304926 to your computer and use it in GitHub Desktop.
Save bbrowning/304926 to your computer and use it in GitHub Desktop.
function(doc) {
var date = new Date(doc.timestamp * 1000);
emit([date.getFullYear(), date.getMonth(), date.getDay()], null);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment