urish / angular-moment

Moment.JS directives for Angular.JS (timeago and more)
MIT License
2.6k stars 397 forks source link

amDifference with amDateFormat is not working #309

Open arindamINT opened 5 years ago

arindamINT commented 5 years ago

I want to display the amDifference in HH:mm:ss format, but its not working. Can anybody help me with the proper syntax?

{{recentItem.booking_time | amDifference: today:'seconds' }} // working perfect

But I want to display the differences in HH:mm:ss format and its not working {{recentItem.booking_time | amDifference: today:'seconds' | amDateFormat: 'HH:mm:ss'}}