Skip to content

Instantly share code, notes, and snippets.

@tbergeron
Created August 7, 2014 21:34
Show Gist options
  • Save tbergeron/0b1d79686be23f8d8f2d to your computer and use it in GitHub Desktop.
Save tbergeron/0b1d79686be23f8d8f2d to your computer and use it in GitHub Desktop.
Ember.Handlebars.helper('format-date', function (date) {
return $.timeago(date);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment