'Discordjs: How can I calculate a server or users time since joining?

Basicly I want to somehow calculate a server or users time since joining discord.

I was looking at both createdAt and timestamps but I'm not sure how could I get the time either in hour or days format. I want to make an info embed which can show how long the user or guild is on discord. How could I make it? The bot is in JavaScript in Discordjs v13.

Something like:

"Guild created 6 month and 5 days ago"

"User joined discord 3 month and 10 days ago"



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source