ryanmcdermott / clean-code-javascript

:bathtub: Clean Code concepts adapted for JavaScript
MIT License
91.24k stars 12.23k forks source link

moment() is deprecated, replace with luxon #386

Open hughescr opened 2 years ago

hughescr commented 2 years ago

The Moment library is deprecated in favor of Luxon. Replace example based on moment with equivalent luxon code. ref