All Projects → moment → Luxon

moment / Luxon

Licence: mit
⏱ A library for working with dates and times in JS

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Luxon

hawking
A Natural Language Date Time Parser that Extract date and time from text with context and parse to the required format
Stars: ✭ 168 (-98.59%)
Mutual labels:  datetime, timezones
Dateutil
Useful extensions to the standard Python datetime features
Stars: ✭ 1,706 (-85.7%)
Mutual labels:  datetime, timezones
dayjs
Extended fork of Day.js - 2KB immutable date library alternative to Moment.js
Stars: ✭ 36 (-99.7%)
Mutual labels:  datetime, timezones
Time
Building a better date/time library for Swift
Stars: ✭ 1,983 (-83.37%)
Mutual labels:  datetime, dates
luxon-business-days
A Luxon plugin for calculating and manipulating business days and holidays.
Stars: ✭ 29 (-99.76%)
Mutual labels:  dates, times
Maya
Datetimes for Humans™
Stars: ✭ 3,298 (-72.35%)
Mutual labels:  dates, times
Pendulum
Python datetimes made easy
Stars: ✭ 4,639 (-61.1%)
Mutual labels:  datetime, timezones
Angular Datetime
A directive to add the behavior of datetime input on unsupported browsers.
Stars: ✭ 95 (-99.2%)
Mutual labels:  datetime
Calendar
📅 PHP Date & Time library that solves common problems in object oriented, immutable way.
Stars: ✭ 113 (-99.05%)
Mutual labels:  datetime
Luatz
Time, Date and Timezone library for lua
Stars: ✭ 92 (-99.23%)
Mutual labels:  datetime
Bokkypoobahsdatetimelibrary
Gas-Efficient Solidity DateTime Library
Stars: ✭ 111 (-99.07%)
Mutual labels:  datetime
Angular Bootstrap Datetimepicker
Native Angular date/time picker component styled by Twitter Bootstrap
Stars: ✭ 1,289 (-89.19%)
Mutual labels:  datetime
Pg Calendar
📆 beautiful and eidetic date picker
Stars: ✭ 109 (-99.09%)
Mutual labels:  datetime
Datetime Fortran
Date and time manipulation for modern Fortran
Stars: ✭ 95 (-99.2%)
Mutual labels:  datetime
Human time
Ruby time and date comparisons for humans
Stars: ✭ 113 (-99.05%)
Mutual labels:  datetime
Date Time Format Timezone
Surgically polyfills timezone support in Intl.DateTimeFormat API
Stars: ✭ 94 (-99.21%)
Mutual labels:  intl
Pyjson tricks
Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable.
Stars: ✭ 131 (-98.9%)
Mutual labels:  datetime
Graphql Java Datetime
GraphQL ISO Date is a set of RFC 3339 compliant date/time scalar types to be used with graphql-java.
Stars: ✭ 89 (-99.25%)
Mutual labels:  datetime
Timex
A complete date/time library for Elixir projects.
Stars: ✭ 1,538 (-87.1%)
Mutual labels:  datetime
Horizontalpicker
DatePicker horizontal con selección smooth por día para Android.
Stars: ✭ 116 (-99.03%)
Mutual labels:  datetime

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].