moment / luxon
- воскресенье, 19 ноября 2017 г. в 03:13:53
A library for working with dates and times in JS
Luxon is a library for working with dates and times in Javascript.
DateTime.local().setZone('America/New_York').minus({ weeks: 1 }).endOf('day').toISO();
See contributing.