I'm using Angular with the angular-moment
package. Using the am-time-ago
directive
<span am-time-ago="message.time"></span>
gives results like 5 hours ago
, a day ago
, 15 days ago
.
Questoin: How can we get it to format into a custom format 5d
, 1d
, 15d
?