I hope momentjs is not going anywhere, there proje...
# suitescript
t
I hope momentjs is not going anywhere, there project status section feels a little nostalgic, There are giving other alternatives and recommending not to use this in newer projects, Although considering its popularity, I don't think it will go anywhere https://momentjs.com/docs/
s
I find date-fns.org to be nice. The date landscape in JS land has evolved - we even removed the dependency on momentjs from NFT (though we still bundle it because indeed it is so popular)
👍 1
s
Our company is wondering the same thing. At this time, we aren’t going to change any existing code that depends upon Moment, since it does indeed work fine. However for new development we seem to be leaning towards using
js-joda
. That’s just a preference of our developers. I have also used and like
date-fns
.
👍 1
t
I found
date-fns
to be easier and better documented.