There are various libraries available in JavaScript which can be used to display a date in the "X time ago" format. Two popular libraries are Moment.js and Timeago.js.
Using Moment.js:
index.tsx88 chars3 lines
Using Timeago.js:
index.tsx96 chars3 lines
Both libraries allow you to format the date and time in a variety of ways, and also support internationalization.
gistlibby LogSnag