Luxon alternatives and similar libraries
Based on the "Date" category.
Alternatively, view Luxon alternatives based on common mentions on social networks and blogs.
-
dayjs
⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API -
timeago.js
:clock8: :hourglass: timeago.js is a tiny(2.0 kb) library used to format date with `*** time ago` statement. -
jquery-timeago
:clock8: The original jQuery plugin that makes it easy to support automatically updating fuzzy timestamps (e.g. "4 minutes ago"). -
timezone-js
Timezone-enabled JavaScript Date object. Uses Olson zoneinfo files for timezone data.
A Non-Cloud Alternative to Google Forms that has it all.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Luxon or a related project?
Popular Comparisons
README
Luxon
Luxon is a library for working with dates and times in JavaScript.
DateTime.now().setZone("America/New_York").minus({ weeks: 1 }).endOf("day").toISO();
Upgrading to 3.0
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
Documentation
Development
See [contributing](CONTRIBUTING.md).
*Note that all licence references and agreements mentioned in the Luxon README section above
are relevant to that project's source code only.