you-dont-need / You-Dont-Need-Momentjs

List of functions which you can use to replace moment.js + ESLint Plugin
MIT License
13.28k stars 319 forks source link

Add js-joda #121

Open pithu opened 3 years ago

pithu commented 3 years ago

Would you accept a PR that adds js-joda? If so, I could create one.

js-joda is an immutable date and time library for JavaScript that is very close to the java.time API. It is not just a wrapper around the native Date object, like most other libraries. The API has a domain-oriented design with classes for each of the different use cases, such as LocalDate, ZonedDateTime or Period. Actually, it is quite similar to the upcoming javascript temporal proposal.

h908714124 commented 11 months ago

I'm not a maintainer but yes.

h908714124 commented 11 months ago

Also this can be closed because of https://github.com/you-dont-need/You-Dont-Need-Momentjs/issues/74

stevemao commented 11 months ago

Where is the PR?