forked frommoment/luxon
- Notifications
You must be signed in to change notification settings - Fork0
⏱ A library for working with dates and times in JS
License
NotificationsYou must be signed in to change notification settings
ties-s/luxon
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Luxon is a library for working with dates and times in JavaScript.
DateTime.now().setZone("America/New_York").minus({weeks:1}).endOf("day").toISO();
- 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).
Seecontributing.
About
⏱ A library for working with dates and times in JS
Resources
License
Stars
Watchers
Forks
Packages0
No packages published
Languages
- JavaScript100.0%