I am looking to add a timer and date stamp feature to my website built with Bootstrap, using JavaScript or any other necessary tools. Typically, on platforms like Google or in blog posts, there is a small text under the user's photo and name indicating how long ago the post was made, such as '3 hours ago' or '1 month ago'. Please refer to the image below for an example.
https://i.sstatic.net/E8zOk.png
How can I implement this type of functionality on an HTML/CSS/Bootstrap website so that it automatically updates daily? For instance, I would like it to display '1 hour ago' one hour after posting and '1 month ago' once a month has passed, all without manual intervention.