work.suroh.tk/node_modules/luxon
suroh 410082595a init 11ty commit 2019-12-02 13:22:45 +01:00
..
build init 11ty commit 2019-12-02 13:22:45 +01:00
src init 11ty commit 2019-12-02 13:22:45 +01:00
changelog.md init 11ty commit 2019-12-02 13:22:45 +01:00
license.md init 11ty commit 2019-12-02 13:22:45 +01:00
package.json init 11ty commit 2019-12-02 13:22:45 +01:00
readme.md init 11ty commit 2019-12-02 13:22:45 +01:00

readme.md

Luxon

MIT License Build Status NPM version Coverage Status Doc coverage PRs welcome

Luxon is a library for working with dates and times in Javascript.

DateTime.local().setZone('America/New_York').minus({ weeks: 1 }).endOf('day').toISO();

Features

  • DateTime, Duration, and Interval types.
  • Immutable, chainable, unambiguous API.
  • Parsing and formatting for common and custom formats.
  • Native time zone and Intl support (no locale or tz files).

Download/install

Download/install instructions

Documentation

Development

See contributing.

Phasers to stun