Hacker News new | ask | show | jobs
Mastering date formatting using Intl.DateTimeFormat in JavaScript (rafaelcamargo.com)
1 points by rcamargo 750 days ago
1 comments

Hello, folks!

For a long time, libraries like MomentJS and DateFNS reigned supreme when it came to date manipulation. Although they still satisfy very specific use cases, if all you need is to simply format a date, you might already be able to meet your needs with just native JavaScript.