moment
Parse, validate, manipulate, and display dates in javascript. (by moment)
Luxon
⏱ A library for working with dates and times in JS (by moment)
Our great sponsors
- Appwrite - The open-source backend cloud platform
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
moment | Luxon | |
---|---|---|
91 | 28 | |
47,577 | 14,467 | |
0.1% | 1.3% | |
0.0 | 8.2 | |
25 days ago | 10 days ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
moment
Posts with mentions or reviews of moment.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-11-14.
-
JS Date: The Timezone Tantrum
We could control the DST flip by setting the test's input time to the appropriate time of year (summer/winter). However we couldn't control the timezone. We had to adjust the expected data in the test 🤢 using the same library which the production code used (momentjs).
- is there a date calculate script/libary ?
-
Top 10 "Must Have" Repositories for Web Developers
8. Moment.js
-
You don't need zero JS website for a perfect Lighthouse score
This may sound a bit general but we can't forget about well-tought code. If we are using a lot of external dependencies, we can check if there aren't many lighter alternatives. Example? Some people are still using moment.js for date formatting. Why not use a lightweight 2kb alternative instead? Writing clean, organized and maintainable code won't give us a huge score boost but we are trying to save every byte of data, right? 😉
-
Everything you need to know about Temporal Date API
We all know the pain of working with dates in Javascript. It needs to be more explicit, has almost no method, and could not be more clunky. For example, to create the Date January 1, 2023, you have to write a new Date (2023, 0, 1), which can be confusing for beginners, and overall just not that clear. And because of these reasons, the community has made many libraries that attempt to make Date easier to work with over the past years. Like momentjs or Date-fns. But the good news is that you won't need these third-party libraries any longer. The Temporal Date API in Javascript attempts to completely replace the Date object and fix all of the issues we generally face when working with dates.
-
one of my coworkers criticised me for using too shiny libraries.
moment was put into maintenance mode in 2020 and has gained 7 million weekly downloads to 19 million/week since then.
-
20 Best Libraries and Tools for React Developers
Moment is a JavaScript date library for parsing, validating, manipulating, and formatting dates. It allows displaying of date as per localization and in a human-readable format.
-
Effortlessly handle dates and times in JavaScript with Luxon
Luxon is a powerful and lightweight JavaScript library for working with dates and times. It was created as an alternative to the popular Moment.js library, with the goal of being faster, smaller, and easier to use.
-
18 Best JavaScript Gantt Chart Components
It allows users to create tasks, change their schedule and duration with drag-and-drop, add dependency lines, and review extra information on tasks via tooltips. You can add multiple timescales to the chart. The list of possible options includes Quarter Day, Half Day, Full Day, Week, and Month. There are also some customization opportunities such as changing the tooltip content with custom HTML, modifying the appearance of task bars and dependency lines, and setting the default timescale. It should be noted that Frappe Gantt has two dependencies: momentjs and snapsvg.
-
Need to calculate time passed between two dates HELP!
https://momentjs.com/ is a useful library for this exact thing.
Luxon
Posts with mentions or reviews of Luxon.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-11-04.
-
Top 10 react packages for SaaS platforms
8. Luxon: Mastering Time and Timezones for Precision Data Handling
-
What library do you use to handle dates?
In past i used Moment, but I read that we should avoid to use it for future projects. I read someone suggested to use Datejs, but it doesn't seems to be updated, last time was 8 years ago. Currently I'm thinking to use Luxon but I someone suggest Date-fns also.
-
Googling be like
Pain
-
23 of the best Eleventy Themes (Starters) for 2023
Eleventyone’s project scaffold includes: Eleventy with a skeleton site, a date format filter for Nunjucks based on Luxon, a tiny CSS pipeline with PostCSS, an equally tiny inline JS pipeline, JS search index generator, Netlify Dev for testing Netlify redirects, and a serverless (FaaS) development pipeline with Netlify Dev and Netlify Functions.
-
Effortlessly handle dates and times in JavaScript with Luxon
Alternatively, you can download the latest version from the GitHub releases page and include it in your project manually (but you really shouldn't)
Luxon is a powerful and lightweight JavaScript library for working with dates and times. It was created as an alternative to the popular Moment.js library, with the goal of being faster, smaller, and easier to use.
-
Day.js Fast 2kB alternative to Moment.js with the same modern API
But how does this compare to Luxon? (https://moment.github.io/luxon/#/why)
- converting seconds to human readable form
-
Get good Git info from Eleventy, too
Note that gitinfo.js assumes you have installed the luxon package, to be used here for formatting dates from Git commit data. (On the other hand, child_process is included in Node.js.) Notice also that you’ll have to supply, in the repoLink variable, the URL for your online repo’s commits.
-
Is there any risk of moment.js breaking under future releases of node.js?
if you are starting a new project then i would recommend luxon (recommended by momentjs) https://www.npmjs.com/package/luxon
What are some alternatives?
When comparing moment and Luxon you can also consider the following projects:
dayjs - ⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API
date-fns - ⏳ Modern JavaScript date utility library ⌛️
moment-timezone - Timezone support for moment.js
dateformat - A node.js package for Steven Levithan's excellent dateFormat() function.
timeago.js - :clock8: :hourglass: timeago.js is a tiny(2.0 kb) library used to format date with `*** time ago` statement.
proposal-temporal - Provides standard objects and functions for working with dates and times.
js-joda - :clock2: Immutable date and time library for javascript
countdown.js - Super simple countdowns.
fecha - Lightweight and simple JS date formatting and parsing