© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Yogesh Chavan
Full Stack Developer | Freelancer | JavaScript | React | Nodejs. https://yogeshchavan.dev/. Book 1:1 @ hiretheauthor.com/myogeshchavan97
In most of the applications, we need to display a formatted date like 18 June 2021 or 06/18/2021 along with the time. So we normally use moment.js or date-fns or day.js library to get that done. But using an external library adds a lot of extra code ...
Chris Bongers
Looking to get into development? As a full-stack developer I guide you on this journey and give you bite sized tips every single day 👊
The toLocaleDateString is such a powerfull native function, I've been working with custom scripts before but this function blows my mind every time.
Even the one that can do currency like toLocaleString
Yes, it's lesser-known but really useful function.
Thanks for sharing the article about toLocalString. It also looks interesting.
Chris Bongers
Looking to get into development? As a full-stack developer I guide you on this journey and give you bite sized tips every single day 👊
The toLocaleDateString is such a powerfull native function, I've been working with custom scripts before but this function blows my mind every time.
Even the one that can do currency like toLocaleString