POJava DateTime

POJava DateTime is a simple, light-weight Java-based API for parsing and manipulating dates. It parses dates from most languages and formats out of the box without having to specify which format is expected. Defaults such as time zones, and whether to interpret an internationally ambiguous date like "03/06/2014" as DMY order or MDY order are inferred by system time zone and locale and stored in a default config object that can be replaced or overridden. Multiple languages for month names are supported without any additional configuration needed.

Лицензия

Лицензия

Группа

Группа

org.pojava
Идентификатор

Идентификатор

datetime
Последняя версия

Последняя версия

3.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

POJava DateTime
POJava DateTime is a simple, light-weight Java-based API for parsing and manipulating dates. It parses dates from most languages and formats out of the box without having to specify which format is expected. Defaults such as time zones, and whether to interpret an internationally ambiguous date like "03/06/2014" as DMY order or MDY order are inferred by system time zone and locale and stored in a default config object that can be replaced or overridden. Multiple languages for month names are supported without any additional configuration needed.
Ссылка на сайт

Ссылка на сайт

http://www.pojava.org

Скачать datetime

Как подключить последнюю версию

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
3.0.2
3.0.1
3.0.0
1.0.2
1.0.1
1.0.0