js-joda

WebJar for js-joda

License

License

BSD 3-Clause
Categories

Categories

JavaScript Languages
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

js-joda
Last Version

Last Version

1.11.0
Release Date

Release Date

Type

Type

jar
Description

Description

js-joda
WebJar for js-joda
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/js-joda/js-joda

Download js-joda

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/js-joda/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>js-joda</artifactId>
    <version>1.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/js-joda/
implementation 'org.webjars.npm:js-joda:1.11.0'
// https://jarcasting.com/artifacts/org.webjars.npm/js-joda/
implementation ("org.webjars.npm:js-joda:1.11.0")
'org.webjars.npm:js-joda:jar:1.11.0'
<dependency org="org.webjars.npm" name="js-joda" rev="1.11.0">
  <artifact name="js-joda" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='js-joda', version='1.11.0')
)
libraryDependencies += "org.webjars.npm" % "js-joda" % "1.11.0"
[org.webjars.npm/js-joda "1.11.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Immutable date and time library for JavaScript

Tested node version lerna Build Status Sauce Test Status Coverage Status

Sauce Test Status

Introduction

js-joda is an immutable date and time library for JavaScript. It provides a simple, domain-driven and clean API based on the ISO8601 calendar.

  • js-joda supports ECMAScript 5 browsers down to IE9.

  • js-joda is a port of the ThreeTen backport, which is the base for JSR-310 implementation of the Java SE 8 java.time package. Threeten is inspired by Joda-Time, having similar concepts and the same author.

  • js-joda is robust and stable. We ported more then 1700 test-cases with a lots of test-permutations from the ThreeTen Backport project. We run the automated karma test-suite against Firefox, Chrome, Node and phantomjs.

js-joda packages

js-joda consist of four packages:

package name description path
@js-joda/core Implementation of the ThreeTen Classes and API /packages/core
@js-joda/timezone Implementation of timezone calculation based on the iana Time Zone Database /packages/timezone
@js-joda/locale Implementation of locale specific functionality for js-joda, especially for formatting and parsing locale specific dates /packages/locale
@js-joda/extra Implementation of the ThreeTen-Extra Classes and API /packages/extra

The @js-joda/examples package is for testing the different build artifacts in different context, like webpack, browser node, etc.

js-joda is now a mono repo

We moved all js-joda libraries into this repository as a monorepo and put all js-joda npm modules under the @js-joda scope.

The previous repositories for the packages js-joda-timezone, js-joda-locale and js-joda-extra are deprecated.

The last version of previous packages and the equivalent new scoped package versions are as follows:

last version of previous package equivalent new scoped package
[email protected] @js-joda/[email protected]
[email protected] @js-joda/[email protected]
@js-joda/[email protected]+34.0.0 @js-joda/[email protected]+34.0.0
[email protected] @js-joda/[email protected]

Links

org.webjars.npm

Versions

Version
1.11.0
1.10.1
1.8.2
1.6.2
1.5.1
1.4.0
1.3.0
1.1.12
1.1.8