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. The net effect the default parser for a server in Paris would have a different automatic configuration from a server in New York. Throw a random local date at either, and it'll parse it as expected. If your server supports customers from multiple locales and time zones, then each can be specified when parsing a date/time to resolve any ambiguities.

License

License

GroupId

GroupId

org.pojava
ArtifactId

ArtifactId

org.pojava.datetime
Last Version

Last Version

3.0.0
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. The net effect the default parser for a server in Paris would have a different automatic configuration from a server in New York. Throw a random local date at either, and it'll parse it as expected. If your server supports customers from multiple locales and time zones, then each can be specified when parsing a date/time to resolve any ambiguities.
Project URL

Project URL

http://www.pojava.org
Source Code Management

Source Code Management

http://code.google.com/p/pojava/source/browse/#svn/pojava.org.pojava.datetime-3.x/trunk

Download org.pojava.datetime

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.0