An open API service indexing awesome lists of open source software.

https://github.com/careydevelopment/date-util

Utility methods for use (primarily) with the Java Date-Time API
https://github.com/careydevelopment/date-util

date datetime java java-11

Last synced: 20 days ago
JSON representation

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

Awesome Lists containing this project

README

          

![Carey Development Logo](http://careydevelopment.us/img/branding/careydevelopment-logo-sm.png)

# Carey Development Date Utilities
![](https://img.shields.io/badge/jdk-11-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg)
![](https://img.shields.io/badge/maven-3.6.3-blue.svg)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/us.careydevelopment.util/date-util/badge.svg)](https://search.maven.org/artifact/us.careydevelopment.util/date-util/1.5.0-RELEASE/jar)

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:

```xml

us.careydevelopment.util
date-util
1.5.0-RELEASE

```

## License
This code is under the [MIT License](https://github.com/careydevelopment/date-util/blob/main/LICENSE).