Skip to content

dandv/relative-time

 
 

Repository files navigation

Nice relative time-ago based on Trello's algorithm

ie:

  • just now
  • 7 minutes ago
  • an hour ago
  • today at 10:31am
  • yesterday at 10:45pm
  • Jan 28 at 6:00pm

in javascript code

RelativeTime.from(new Date())

in a template

{{relativeTime time}}

About

Nice time-ago algorithm for Meteor based on Trello's algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 58.7%
  • JavaScript 41.3%