Software Alternatives & Reviews
Table of contents
  1. Social Mentions
  2. Comments

Moment.js

Parse, validate, manipulate, and display dates in JavaScript subtitle

Moment.js Reviews and details

Screenshots and images

  • Moment.js Landing page
    Landing page //
    2021-07-30

Badges

Promote Moment.js. You can add any of these badges on your website.
SaaSHub badge
Show embed code

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Moment.js and what they use it for.
  • How to Convert String to Date in JavaScript
    To learn more about Moment.js, please visit their official website. - Source: dev.to / 20 days ago
  • 8 NPM Packages for JavaScript Beginners [2024][+tutorials]
    Ah, Moment.js, the guardian angel of date and time manipulation. Ever needed to format a date, calculate durations, or display something like "2 days ago"? Moment.js has got your back. It's a lifesaver for anything date and time-related, making it a must-have in your project, especially if you're into making your users feel like you really get them. - Source: dev.to / 23 days ago
  • Adding "Created At" and "Last Updated" Dates to Jekyll
    After hours of trying to figure out why Jekyll was still showing "Today" for a post I modified last week, I remembered that I am using the timeago filter from jekyll-timeago plugin. I was rendering the dates using {{ doc.last_modified_at | timeago }}. As you know, Jekyll is a static site generator, and it renders this as HTML at the time of build, and only then. This means any date rendered with timeago is... - Source: dev.to / 4 months ago
  • The 20 most used React libraries
    Moment: Handles date and time manipulations with ease. Learn more. - Source: dev.to / 4 months ago
  • 👨‍🚀 Traversing Time with Intl.RelativeTimeFormat()
    For the longest time working with dates in JavaScript was a huge pain. That’s why libraries such as moment.js or date-fns are so popular. A lot of times I’d reach for these libraries when working with relative time formatting, but since late last year we’ve had pretty great browser support for the RelativeTimeFormat() method. In my mind, relative dates are just more visually appealing, especially for working with... - Source: dev.to / 4 months ago
  • Best date library to handle timezones in React Native?
    Ä° am using moment js for a long time. You can check it also. Https://momentjs.com/. Source: 5 months ago
  • 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). - Source: dev.to / 5 months ago
  • 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... - Source: dev.to / 12 months ago
  • Managing Dates, Times and Time Zone Using Moment.js
    Moment.js is really an awesome library that simplifies date and time-related manipulations and validations. In this article, we focused on some of the features of Moment.js which help in parsing, validating, and manipulating dates and times in the browser and Node.js applications. A number of useful plugins are also available for Moment.js. For more on Moment.js, the reader is directed to the library’s documentation. - Source: dev.to / 12 months ago
  • 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... - Source: dev.to / about 1 year ago
  • 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. - Source: dev.to / about 1 year ago
  • 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. - Source: dev.to / over 1 year ago
  • 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... - Source: dev.to / over 1 year ago
  • Need to calculate time passed between two dates HELP!
    Https://momentjs.com/ is a useful library for this exact thing. Source: over 1 year ago
  • I need to find the amount of hours/minutes between the "from" and "to" times.
    Learning to read documentation is an invaluable skill in programming and moment js has fairly decent docs: momentJS. Source: over 1 year ago
  • Preact Signals
    But some libraries are not build with performance in mind and libraries like [momentjs](https://momentjs.com/) have proved to be performance bottlenecks on many occasions. - Source: Hacker News / over 1 year ago
  • Angular material Datetime picker
    Install Angular material then datetime picker package. Since moment supports various parsing formats and different locales, we are installing the same with related packages. - Source: dev.to / over 1 year ago
  • Ultimate Guide on MUI X component library for React in 2022
    Date Range Picker component: this is a MUI X Pro component which lets the user select a range of dates. You must have used some popular date management libraries for your React app like date-fns, dayjs, moment etc. Guess what? This component supports them all and other libraries thanks to the public dateAdapter interface it uses. - Source: dev.to / almost 2 years ago
  • Moment.js port to Dart
    I developed this little package as an attempt to have something similar to Moment.js in Dart/Flutter world. Please check it out:. Source: almost 2 years ago
  • Why Your Angular Bundle Is Bloated
    Depending on how much time I want to spend implementing all my requirements from scratch, I might avoid using any library. But if I want to spend less time reinventing the wheel, I'll reach for a well-known libraries such as date-fns that are tree-shakable. One thing is certain, I'll avoid libraries like MomentJS since they result in an unnecessary increase in bundle size. - Source: dev.to / almost 2 years ago
  • Java Moment
    Is it a Java porting of the Moment.js library? Source: almost 2 years ago

Do you know an article comparing Moment.js to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic Moment.js discussion

Log in or Post with

This is an informative page about Moment.js. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.