I have been working with Laravel after a while, and I'm in love with instances of the Carbon time stamp and how easy it is to manipulate them and convert them to readable dates.
But right now I'm working on a project in which the interface is completely separate from the external end, and I canโt name the methods of the Carbon API to convert the date to a human readable format.
Is there a Javascript library that does the same manipulations as Carbon, so I can use it in front-end templates and embed human readable time formats in my views.
Rohan source share