Mastering date formatting using Intl.DateTimeFormat in JavaScript
rafaelcamargo.comHello, 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.