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.

License

License

GroupId

GroupId

org.pojava
ArtifactId

ArtifactId

datetime
Last Version

Last Version

3.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://www.pojava.org

Download datetime

How to add to project

<!-- 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"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.2
3.0.1
3.0.0
1.0.2
1.0.1
1.0.0