What library do you use to handle dates?

This page summarizes the projects mentioned and recommended in the original post on /r/reactjs

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. proposal-temporal

    Provides standard objects and functions for working with dates and times.

    Just an FYI, The Temporal API is currently in stage 3 and should provide some great tools for working with dates without the need for third party libraries.

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. Luxon

    ⏱ A library for working with dates and times in JS

    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.

  4. date-fns

    ⏳ Modern JavaScript date utility library ⌛️

    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.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Updated: Rundown of React Libraries to use in 2022

    2 projects | /r/reactjs | 31 Mar 2022
  • Temporal: Getting started with JavaScript's new date time API

    6 projects | news.ycombinator.com | 28 Jun 2021
  • Say Goodbye to JavaScript’s DST Date Confusion

    2 projects | dev.to | 6 Mar 2025
  • Day 8: D-8 🎱

    1 project | dev.to | 7 Dec 2024
  • Date-fns: Modern JavaScript date utility library

    1 project | news.ycombinator.com | 4 Aug 2024

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?