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
- Host: GitHub
- URL: https://github.com/careydevelopment/date-util
- Owner: careydevelopment
- License: mit
- Created: 2021-06-02T09:32:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-17T23:00:15.000Z (over 4 years ago)
- Last Synced: 2025-01-20T13:23:35.623Z (about 1 year ago)
- Topics: date, datetime, java, java-11
- Language: Java
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Carey Development Date Utilities
 

[](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).