-2

I want to use a time ago plugin like timeago or livestamp.js but I want to control the formatting to something like this:

1s ago
5s ago
1m25s ago
1h3m ago

Is there a way to do that with either of the above mentioned plugins or is there a better time ago plugin you recommend?

pbx
  • 689
  • 1
  • 10
  • 22

1 Answers1

1

Moment.js has the ability to customize the formatting and thresholds for relative time:

http://momentjs.com/docs/#/customization/relative-time/

http://momentjs.com/docs/#/customization/relative-time-threshold/

ck1
  • 5,243
  • 1
  • 21
  • 25