careydevelopment / date-util

Utility methods for use (primarily) with the Java Date-Time API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Carey Development Logo

Carey Development Date Utilities

license Maven Central

Carey Development Date Utilities is a package of convenience classes and methods for handling routine date/time operations within Java applications.

Latest Release

You can pull it from the central Maven repositories:

 <dependency>
    <groupId>us.careydevelopment.util</groupId>
    <artifactId>date-util</artifactId>
    <version>1.5.0-RELEASE</version>
 </dependency>

License

This code is under the MIT License.

About

Utility methods for use (primarily) with the Java Date-Time API

License:MIT License


Languages

Language:Java 100.0%