Luxon alternatives and similar libraries
Based on the "Date" category.
Alternatively, view Luxon alternatives based on common mentions on social networks and blogs.
-
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"). -
Tempo
📆 Parse, format, manipulate, and internationalize dates and times in JavaScript and TypeScript. -
timezone-js
DISCONTINUED. Timezone-enabled JavaScript Date object. Uses Olson zoneinfo files for timezone data. -
map-countdown
🗺️⏳ Count down to your events—visually and interactively! With React at its core, this project merges time and place, turning ordinary countdowns into engaging, map-based experiences.
Civic Auth - Auth in Less Than 5 Minutes

* 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.