top | item 40534327

Mastering date formatting using Intl.DateTimeFormat in JavaScript

1 points| rcamargo | 1 year ago |rafaelcamargo.com

1 comment

order

rcamargo|1 year ago

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.