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. This is a forked version edited by Jianlin

License

License

GroupId

GroupId

edu.utah.bmi.pojava
ArtifactId

ArtifactId

datetime
Last Version

Last Version

3.0.4
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. This is a forked version edited by Jianlin
Project URL

Project URL

https://github.com/jianlins/pojava-datetime

Download datetime

How to add to project

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

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.4