Skip to content

Instantly share code, notes, and snippets.

@newz2000

newz2000/app.js Secret

Created December 12, 2014 04:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save newz2000/b0c424c2bb23296ea2e7 to your computer and use it in GitHub Desktop.
Save newz2000/b0c424c2bb23296ea2e7 to your computer and use it in GitHub Desktop.
formatDate helper
hbs.registerHelper('formatDate', function(date) {
return moment(date).fromNow();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment