How to convert MongoDB timestamp to relative time (e.g, 5s, 1hr, 2d, 1 week, 6m, 1yr, etc.)

Viewed 17

I'm working on a React Project in which I'm building out a Chat Application and I'd like help with turning my MongoDB timestamps I'm fetching from the API into date formats similar to that of a blog post or social media app like twitter.

Where it converts the date from (5s, 7mins, 3d or 3 days, 1week, 6m, 1 yr, etc etc).

If there's code built out for a nonplugin method that be great otherwise if a plugin is necessary could someone help me out with that. Thank you in advance!

0 Answers
Related