date-fns

⏳ Modern JavaScript date utility library ⌛️ (by date-fns)

Date-fns Alternatives

Similar projects and alternatives to date-fns

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better date-fns alternative or higher similarity.

date-fns reviews and mentions

Posts with mentions or reviews of date-fns. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-08.
  • How to parse and format a date in JavaScript
    4 projects | dev.to | 8 May 2024
    Date-fns (33.3k ⭐) — A library that offers great documentation, functional architecture, and utilities that handle almost any task you can think of. It has a modular design that allows you to import only the functions you need.
  • Handling dates in JavaScript with Tempo
    4 projects | dev.to | 7 May 2024
    date-fns is a JavaScript date-handling library written in TypeScript. It was first released in 2014. date-fns works in both the browser and Node.js. It also supports working with TypeScript and Flow (the JavaScript typechecker). date-fns is very popular, with 33.4K stars on GitHub and 20.5M npm weekly downloads, at the time of writing.
  • JavaScript Compare Dates: From Chaos to Clarity
    3 projects | dev.to | 5 May 2024
    Date-fns is a modern and modular library that lets you do amazing things with dates and times. You can parse, sort dates, and format them in any way you want. You can also use plugins to add more features, like natural language comparisons, relative time, or custom formats.
  • Javascript Date() - DateOnly Format and off by 1 day when using date-fns
    1 project | dev.to | 28 Mar 2024
    // Prevent the date to lose the milliseconds when passed to new Date() in IE10 return new (argument.constructor as GenericDateConstructor)( +argument, ); // Source: https://github.com/date-fns/date-fns/blob/5c1adb5369805ff552737bf8017dbe07f559b0c6/src/toDate/index.ts#L46
  • FLaNK 25 December 2023
    33 projects | dev.to | 26 Dec 2023
  • 👨‍🚀 Traversing Time with Intl.RelativeTimeFormat()
    2 projects | dev.to | 18 Dec 2023
    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 dates internationally. Dates like "5 days ago" or "in 2 months" are far more intuitive for users than 12/12/2023, or 03/11/2027. Folks in the US will see that as March 11, 2027, whereas the rest of the world will see that as November 03, 2027. What a nightmare.
  • 🔥14 Excellent Open-source Projects for Developers😎
    5 projects | dev.to | 10 Dec 2023
    8. Date-fns - Simplifying Time Manipulation ⏳
  • Best date library to handle timezones in React Native?
    3 projects | /r/reactnative | 5 Dec 2023
    I work with date-fns and date-fns-tz
  • What library do you use to handle dates?
    4 projects | /r/reactjs | 9 Jun 2023
    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.
  • 20 Essential Parts Of Any Large Scale React App
    15 projects | dev.to | 2 Jun 2023
    date-fns : Date handling
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 10 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic date-fns repo stats
119
33,760
9.3
4 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com