    Skip to content

      Navigation Menu

            Sign in Appearance settings
                * Platform
                        + AI CODE CREATION
                            o GitHub Copilot Write better code with AI
                            o GitHub Copilot app Direct agents from issue to merge
                            o MCP Registry Integrate external tools
                        + DEVELOPER WORKFLOWS
                            o Actions Automate any workflow
                            o Codespaces Instant dev environments
                            o Issues Plan and track work
                            o Code Review Manage code changes
                            o Code Quality Enforce quality at merge
                        + APPLICATION SECURITY
                            o GitHub Advanced Security Find and fix vulnerabilities
                            o Code security Secure your code as you build
                            o Secret protection Stop leaks before they start
                        + EXPLORE
                            o Why GitHub
                            o Documentation
                            o Blog
                            o Changelog
                            o Marketplace
                      View all features
                * Solutions
                        + BY COMPANY SIZE
                            o Enterprises
                            o Small and medium teams
                            o Startups
                            o Nonprofits
                        + BY USE CASE
                            o App Modernization
                            o DevSecOps
                            o DevOps
                            o CI/CD
                            o View all use cases
                        + BY INDUSTRY
                            o Healthcare
                            o Financial services
                            o Manufacturing
                            o Government
                            o View all industries
                      View all solutions
                * Resources
                        + EXPLORE BY TOPIC
                            o AI
                            o Software Development
                            o DevOps
                            o Security
                            o View all topics
                        + EXPLORE BY TYPE
                            o Customer stories
                            o Events & webinars
                            o Ebooks & reports
                            o Business insights
                            o GitHub Skills
                        + SUPPORT & SERVICES
                            o Documentation
                            o Customer support
                            o Community forum
                            o Trust center
                            o Partners
                      View all resources
                * Open Source
                        + COMMUNITY
                            o GitHub Sponsors Fund open source developers
                        + PROGRAMS
                            o Security Lab
                            o Maintainer Community
                            o Accelerator
                            o GitHub Stars
                            o Archive Program
                        + REPOSITORIES
                            o Topics
                            o Trending
                            o Collections
                * Enterprise
                        + ENTERPRISE SOLUTIONS
                            o Enterprise platform AI-powered developer platform
                        + AVAILABLE ADD-ONS
                            o GitHub Advanced Security Enterprise-grade security features
                            o Copilot for Business Enterprise-grade AI features
                            o Premium Support Enterprise-grade 24/7 support
              * Pricing
                Type / to search
                Sign in
              Sign up Appearance settings
      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              Uh oh!

              There was an error while loading. Please reload this page.

              date-fns / date-fns Public

                      * Uh oh!

                        There was an error while loading. Please reload this page.

              * Notifications You must be signed in to change notification settings
              * Fork 2k
                * Star 36.6k
          * Code
          * Issues 665
          * Pull requests 319
          * Discussions
          * Actions
          * Security and quality 0
          * Insights
          Additional navigation options
                  * Code
                  * Issues
                  * Pull requests
                  * Discussions
                  * Actions
                  * Security and quality
                  * Insights
                                              main
                                          Branches Tags
                                            Go to file
                                        Code
                                          Open more actions menu

                                        Folders and files

                                          Name                         Name                           Last commit message    Last commit date
                                            Latest commit            
                                                                     
                                                History              
                                                                     
                                                2,589 Commits        
                                                  2,589 Commits      
                                                  .devcontainer                .devcontainer                                                 
                                                  .github                      .github                                                       
                                                  .opencode/ agents            .opencode/ agents                                             
                                                  .vscode                      .vscode                                                       
                                                  codemods                     codemods                                                      
                                                  pkgs                         pkgs                                                          
                                                  tmp                          tmp                                                           
                                                  .gitignore                   .gitignore                                                    
                                                  .mcp.json                    .mcp.json                                                     
                                                  .nvmrc                       .nvmrc                                                        
                                                  .oxfmtrc.json                .oxfmtrc.json                                                 
                                                  .oxlintrc.json               .oxlintrc.json                                                
                                                  AGENTS.md                    AGENTS.md                                                     
                                                  CONTRIBUTING.md              CONTRIBUTING.md                                               
                                                  README.md                    README.md                                                     
                                                  SECURITY.md                  SECURITY.md                                                   
                                                  mise.toml                    mise.toml                                                     
                                                  package.json                 package.json                                                  
                                                  pnpm-lock.yaml               pnpm-lock.yaml                                                
                                                  pnpm-workspace.yaml          pnpm-workspace.yaml                                           
                                                  tsconfig.json                tsconfig.json                                                 
                                                  vitest.config.ts             vitest.config.ts                                              
                                            View all files           
                                          

                                              Repository files navigation

                                                * 
                                                * README
                                                * Contributing
                                                * Security
                                                More items

                                              🔥️ NEW: date-fns v4.0 with first-class time zone support is out!

                                              date-fns provides the most comprehensive, yet simple and consistent toolset for manipulating JavaScript dates in a browser & Node.js

                                              👉 Documentation

                                              👉 Blog

                                              It's like Lodash for dates

                                                * It has 200+ functions for all occasions.
                                                * Modular: Pick what you need. Works with webpack, Browserify, or Rollup and also supports tree-shaking.
                                                * Native dates: Uses existing native type. It doesn't extend core objects for safety's sake.
                                                * Immutable & Pure: Built using pure functions and always returns a new date instance.
                                                * TypeScript: The library is 100% TypeScript with brand-new handcrafted types.
                                                * I18n: Dozens of locales. Include only what you need.
                                                * and many more benefits

                                              Sponsored by:

                                                import { compareAsc, format } from "date-fns";
                                                
                                                format(new Date(2014, 1, 11), "yyyy-MM-dd");
                                                //=> '2014-02-11'
                                                
                                                const dates = [
                                                  new Date(1995, 6, 2),
                                                  new Date(1987, 1, 11),
                                                  new Date(1989, 6, 10),
                                                ];
                                                dates.sort(compareAsc);
                                                //=> [
                                                // Wed Feb 11 1987 00:00:00,
                                                // Mon Jul 10 1989 00:00:00,
                                                // Sun Jul 02 1995 00:00:00
                                                // ]

                                              The library is available as an npm package. To install the package run:

                                                npm install date-fns --save

                                                Docs

                                              See date-fns.org for more details, API, and other docs.

                                                License

                                              MIT © Sasha Koss

                                        About

                                        ⏳ Modern JavaScript date utility library ⌛️

                                          date-fns.org

                                        Topics

                                          datedate-fnshacktoberfestjavascriptmodulesnodejstimeutilities

                                        Resources

                                          Readme

                                        Contributing

                                          Contributing

                                        Security policy

                                          Security policy
                                          Activity
                                          Custom properties

                                        Stars

                                          36.6k stars

                                        Watchers

                                          202 watching

                                        Forks

                                          2.0k forks
                                          Report repository

                                        Releases

                                        Sponsor this project

                                        Packages

                                        Used by

                                        Contributors

                                        Languages

    Footer

        © 2026 GitHub, Inc.

      Footer navigation

        * Terms
        * Privacy
        * Security
        * Status
        * Community
        * Docs
        * Contact
        * Manage cookies
        * Do not share my personal information
      You can’t perform that action at this time.