Skip to content

Instantly share code, notes, and snippets.

@neumino
Created August 26, 2013 03:12
Show Gist options
  • Save neumino/6337823 to your computer and use it in GitHub Desktop.
Save neumino/6337823 to your computer and use it in GitHub Desktop.
For linuxdisnasty
r.table('apps')
.orderBy("install_date") // order by date
.map( {
name: r.row("name"),
install_date: r.row("name").year().add("-").add(r.row("name").month()).add("-").add(r.row("name").day())
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment