Skip to content

Instantly share code, notes, and snippets.

@lislon
Created February 6, 2015 07:26
Show Gist options
  • Save lislon/e2602b6867413b540e1d to your computer and use it in GitHub Desktop.
Save lislon/e2602b6867413b540e1d to your computer and use it in GitHub Desktop.
schema.virtual('loan.id').get(function() {
return new Date(this.get('_created')).getTime()
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment