Skip to content
forked from moment/luxon

⏱ A library for working with dates and times in JS

License

Notifications You must be signed in to change notification settings

makenotion/luxon

This branch is 9 commits ahead of, 119 commits behind moment/luxon:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a4947c1 · Jan 10, 2024
Sep 28, 2021
Jul 4, 2021
Jan 2, 2022
Jul 4, 2021
Jul 9, 2022
Feb 23, 2022
May 8, 2022
Jan 8, 2024
Jul 9, 2022
Jan 8, 2024
Oct 18, 2017
Sep 24, 2018
Jan 12, 2018
Jul 5, 2021
Dec 10, 2021
Mar 7, 2019
Jul 9, 2022
Sep 28, 2021
Jul 5, 2021
Jul 5, 2021
Jul 9, 2022
Mar 12, 2018
Jul 9, 2022
Jan 10, 2024
Jan 10, 2024

Repository files navigation

Luxon

MIT License Build Status NPM version Coverage Status PRs welcome

Luxon is a library for working with dates and times in JavaScript.

DateTime.now().setZone("America/New_York").minus({ weeks: 1 }).endOf("day").toISO();

Upgrading to 2.0

Guide

Features

  • DateTime, Duration, and Interval types.
  • Immutable, chainable, unambiguous API.
  • Parsing and formatting for common and custom formats.
  • Native time zone and Intl support (no locale or tz files).

Download/install

Download/install instructions

Documentation

Development

See contributing.

Phasers to stun

About

⏱ A library for working with dates and times in JS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%