No description
Find a file
2019-09-10 14:52:43 +02:00
config/checkstyle initial commit 2016-11-02 11:46:35 +01:00
gradle/wrapper add cron expressions, update to OpenJDK 11, gradle 5.6 2019-09-10 14:52:43 +02:00
src add cron expressions, update to OpenJDK 11, gradle 5.6 2019-09-10 14:52:43 +02:00
.gitignore initial commit 2016-11-02 11:46:35 +01:00
.travis.yml README, travis 2016-11-04 09:47:42 +01:00
build.gradle add cron expressions, update to OpenJDK 11, gradle 5.6 2019-09-10 14:52:43 +02:00
CREDITS.txt add cron expressions, update to OpenJDK 11, gradle 5.6 2019-09-10 14:52:43 +02:00
gradle.properties add cron expressions, update to OpenJDK 11, gradle 5.6 2019-09-10 14:52:43 +02:00
gradlew add cron expressions, update to OpenJDK 11, gradle 5.6 2019-09-10 14:52:43 +02:00
gradlew.bat add cron expressions, update to OpenJDK 11, gradle 5.6 2019-09-10 14:52:43 +02:00
LICENSE.txt initial commit 2016-11-02 11:46:35 +01:00
README.adoc README, travis 2016-11-04 09:47:42 +01:00
settings.gradle update to Gradle 3.2.1, clean up build definition 2016-11-30 14:28:23 +01:00

# xbib Time

image:https://api.travis-ci.org/xbib/time.svg[title="Build status", link="https://travis-ci.org/xbib/time/"]
image:https://img.shields.io/sonar/http/nemo.sonarqube.com/org.xbib%3Atime/coverage.svg?style=flat-square[title="Coverage", link="https://sonarqube.com/dashboard/index?id=org.xbib%3Atime"]
image:https://maven-badges.herokuapp.com/maven-central/org.xbib/time/badge.svg[title="Maven Central", link="http://search.maven.org/#search%7Cga%7C1%7Cxbib%20time"]
image:https://img.shields.io/badge/License-Apache%202.0-blue.svg[title="Apache License 2.0", link="https://opensource.org/licenses/Apache-2.0"]

This is a bundle of time utilities for Java 8 Time API. It consists of

- Chronic: parsing natural language to compute time spans (from https://github.com/samtingleff/jchronic)
- Pretty: pretty printing time durations (from https://github.com/ocpsoft/prettytime)
- Format: format time descriptions (from https://github.com/JodaOrg/joda-time)

This project has no dependencies.