DOC

com.cemerick : utc-dates

Maven & Gradle

May 09, 2011
1 usages
1 stars

utc-dates · A simple date formatting/parsing library that (by default) normalizes all formatted dates to UTC, and assumes all date strings are indicated in UTC. Its intended use is to offer a simple API useful for representing/consuming dates within lexicographically-sensitive database systems (e.g. couchdb, AWS SimpleDB, etc).

Table Of Contents

Latest Version

Download com.cemerick : utc-dates Javadoc & API Documentation - Latest Versions:

All Versions

Download com.cemerick : utc-dates Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file utc-dates-0.0.2-javadoc.jar to utc-dates-0.0.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder utc-dates-0.0.2-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 "utc-dates-0.0.2-sources.jar" -d "utc-dates-0.0.2-javadoc" -subpackages 

Advertisement

Dependencies from Group

Aug 27, 2013
3 usages
511 stars
Jun 07, 2017
2 usages
474 stars
Dec 13, 2014
2 usages
166 stars
Oct 03, 2018
1 usages
492 stars
May 09, 2011
1 usages
1 stars

Discover Dependencies