Mastering date formatting using Intl.DateTimeFormat in JavaScript
rafaelcamargo.com
Mastering date formatting using Intl.DateTimeFormat in JavaScript
1–2 of 2 posts
Re: Mastering date formatting using Intl.DateTimeFormat in JavaScript
#2Hello, 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.