DEV Community

Discussion on: Javascript Format Date without Moment.js (Eg: 17 July, 2021 )

 
andreidascalu profile image
Andrei Dascalu

Any alternative library has the huge advantage of being maintained and as such will make use of latest JS features.
On date-fns so far I like its composable functions.
On Luxon, I like that despite it being a fairly straightforward drop-in replacements , it offers an immutable object by default (much like PHP's Chronos library)