DOC

org.pojava : org.pojava.datetime

Maven & Gradle

Mar 11, 2014

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.

Table Of Contents

Latest Version

Download org.pojava : org.pojava.datetime Javadoc & API Documentation - Latest Versions:

All Versions

Download org.pojava : org.pojava.datetime Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file org.pojava.datetime-3.0.0-javadoc.jar to org.pojava.datetime-3.0.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder org.pojava.datetime-3.0.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "org.pojava.datetime-3.0.0-sources.jar" -d "org.pojava.datetime-3.0.0-javadoc" -subpackages