Dirk Alders 97486731b5 Dashboard 2 - EG-West | il y a 4 mois | |
---|---|---|
.. | ||
build | il y a 4 mois | |
src | il y a 4 mois | |
LICENSE.md | il y a 4 mois | |
README.md | il y a 4 mois | |
package.json | il y a 4 mois |
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.