Reputation: 447
I have a component in which i show edited by .
<span class = "label label-success edit-btn"> Edited <time>{{today | amDifference: i.createdAt :'minutes' : false}}</time> before</span>
Prsently i am using Angular 2 Moment for the same/
But the problem is if a element has been edited like for more than 60 minutes or more than 24 hrs the info dosent change it still displays it in minutes.
I want to show like if it is less than 1 hour show in minutes like 54 minutes . if it is more than an hour display 1.04 hours and if more than 24 hour display like 1 day
Upvotes: 0
Views: 315