Please I received a response from a REST API, and in the JSON object, the time value was a timestamp. However, I need to render it as a "number of days" kind of format.
I received this particular time stamp: "2022-01-12T13:05:16Z"
I want to render it as something like "5 days ago"
How do I go about this please?