hello guys,
I've been trying to find any good alternative for the DateJs library since this looks to be deprecated, but not lucky yet.
So basically, I'm interested on these feats:
Date.first().monday()
Date.third().friday()
Date.final().tuesday()
but haven't found any lib with these feats. any idea?
Hi guys, I have to work with dates, for example I have to check if they are valid, I have to format them and to check if a date is greater than another one.
In past i used Moment, but I read that we should avoid to use it for future projects. I read someone suggested to use Datejs, but it doesn't seems to be updated, last time was 8 years ago. Currently I'm thinking to use Luxon but I someone suggest Date-fns also.
What library are you using and do you recommend me?
Which library do u guys prefer and why? When does the one makes more sense than the other once?
Ps. I am building a event calendar application
Starting a new project and we started discussing date packages(our project is date oriented, can’t find a better name for it lol, lots of appointment time generations and such)
We thought about Luxon but I wanted to hear if you guys have other suggestions
Hi guys, I have to work with dates, for example I have to check if they are valid, I have to format them and to check if a date is greater than another one.
In past i used Moment, but I read that we should avoid to use it for future projects. I read someone suggested to use Datejs, but it doesn't seems to be updated, last time was 8 years ago. Currently I'm thinking to use Luxon but I someone suggest Date-fns also.
What library are you using and do you recommend me?
I have primarily used date-fns and momentjs in the past. I want to move one on my main projects away from Moment but I'm not sure what to move to.
This will be used in a React/Nodejs app and I'm prioritising performance over anything else. Seems the most popular currently are date-fns and dayjs - I was curious to see what everyone else went for at the moment.
Looks like moment has been deprecated and I have been trying to use dayjs but I have issues getting the correct dates with it and seems like a lot of others are too: https://github.com/iamkun/dayjs/issues/1377
So I was wondering if anyone had a recommendation for another library?