Philipp Partosch 46a936d7de added all files to project | 2 years ago | |
---|---|---|
.. | ||
build | 2 years ago | |
src | 2 years ago | |
README.md | 2 years ago | |
license.md | 2 years ago | |
package.json | 2 years ago |
Luxon is a library for working with dates and times in JavaScript.
DateTime.now().setZone("America/New_York").minus({ weeks: 1 }).endOf("day").toISO();
See contributing.