Popularity
8.8
Stable
Activity
7.6
Declining
14,842
106
721

Monthly Downloads: 0
Programming language: JavaScript
License: MIT License
Tags: Date    
Latest version: v3.1.0

Luxon alternatives and similar modules

Based on the "Date" category.
Alternatively, view Luxon alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Luxon or a related project?

Add another 'Date' Module

README

Luxon

[MIT License][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](CONTRIBUTING.md).

Phasers to stun


*Note that all licence references and agreements mentioned in the Luxon README section above are relevant to that project's source code only.