SaaSHub helps you find the best software and product alternatives Learn more →
Date-fns Alternatives
Similar projects and alternatives to date-fns
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
React
Discontinued The library for web and native user interfaces. [Moved to: https://github.com/react/react] (by facebook)
-
-
-
-
Strapi
🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable, and developer-first.
-
-
-
Nest
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀
-
webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
-
-
-
styled-components
Fast, expressive styling for React. Server components, client components, streaming SSR, React Native—one API.
-
-
-
-
-
SheetJS js-xlsx
📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs
-
-
date-fns discussion
date-fns reviews and mentions
-
Three Ways to Convert JSON to TypeScript. Only One Is Deterministic.
Date strings. ISO 8601 timestamps like "2026-04-27T10:00:00Z" are string to the converter. If you're parsing them with date-fns or dayjs, you'll want to change those to Date in your final types.
- Date-fns: Modern JavaScript date utility library
-
Scaling From 3 Cinemas to 240 Venues: What Broke and What Evolved
date-fns - Once you've extracted the data, you still have to parse it. Cinema websites output dates and times in wildly different formats. date-fns handles converting these strings into date objects so we can generate the timestamps the schema requires. Anyone who's worked with dates knows how much of a headache they can be without a good library!
- Date-fns 3.6.0 increased install size from 4.7MB to 21.1MB
-
Build a Snapchat Clone with Streaks Using Nextjs & Firebase
Date-Fns - A modern JavaScript date utility library for parsing, formatting, and manipulating dates.
-
The hidden costs in your pacakge.json
Let's take an example, a commonly suggested swap: moment.js for date-fns:
-
Supporting RTL language layout in your web application
You can also choose to use a library like date-fns to handle date and time localization.
-
Say Goodbye to JavaScript’s DST Date Confusion
These issues can also occur in date-time libraries such as moment.js, date-fns, Day.js, and luxon.
-
Day 8: D-8 🎱
Do you know how many days left till Christmas? Well this little handy library certainly does!
-
Release Radar · September 2024: Major updates from the open source community
JavaScript seems to be the flavour of the month, and here's another JavaScript project for you. date-fns provides the most comprehensive and consistent toolset for manipulating JavaScript dates in a browser & Node.js. The latest version comes ten years after the very first release. There are no breaking changes in the release, and it comes with added time zone support, meaning you can select which time zone to make calculations in. There are some changes to functional arguments and a few fixes. Read up on all the changes in the release notes.
-
A note from our sponsor - SaaSHub
www.saashub.com | 16 Jun 2026
Stats
date-fns/date-fns is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of date-fns is TypeScript.