Skip to content
/ luxon Public
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

avorra/luxon

This branch is 82 commits behind moment/luxon:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e781052 · Jan 16, 2023
Sep 13, 2022
Jul 4, 2021
Jan 2, 2022
Jul 4, 2021
Nov 29, 2022
Feb 23, 2022
Jul 10, 2022
Jan 16, 2023
Jul 9, 2022
Jan 16, 2023
Oct 18, 2017
Sep 24, 2018
Jan 12, 2018
Jul 5, 2021
Dec 10, 2021
Mar 7, 2019
Dec 29, 2022
Jan 3, 2023
Jul 5, 2021
Aug 26, 2022
Jul 9, 2022
Mar 12, 2018
Jul 9, 2022
Jan 16, 2023
Jan 4, 2023

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 3.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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%