Skip to content
/ chrono Public

arcus(x) chrono - a Java date/time library

License

Notifications You must be signed in to change notification settings

arcusx/chrono

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Code Coverage License

arcus(x) chrono - a Java date/time library

What is it?

chrono is a date/time library

  • written in 2004 when working with Date and Calendar in Java was a real pain
  • driven by business needs
  • used in production
  • applied across several industries, e.g. insurance, banks, medical and project planning
  • open sourced for our customers (and all people interested in the project)
  • no interoperability with threeten/java.time

Requirements

  • Java >= 7

Maven Dependency

<dependency>
  <groupId>com.arcusx.chrono</groupId>
  <artifactId>arcusx-chrono</artifactId>
  <version>1.3</version>
</dependency>

Author

This software is written by arcus(x).

License

Apache 2.0