https://github.com/phax/ph-datetime
Java date time library based on joda time
https://github.com/phax/ph-datetime
Last synced: 7 months ago
JSON representation
Java date time library based on joda time
- Host: GitHub
- URL: https://github.com/phax/ph-datetime
- Owner: phax
- License: apache-2.0
- Created: 2014-08-25T05:16:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-01-21T17:43:45.000Z (over 1 year ago)
- Last Synced: 2025-01-31T23:05:45.571Z (over 1 year ago)
- Language: Java
- Size: 1.56 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ph-holiday
Java library containing holiday configuration.
## Maven usage
Add the following to your pom.xml to use this artifact, replacing `x.y.z` with the effective version number:
```xml
com.helger
ph-holiday
x.y.z
```
# News and noteworthy
v8.0.0 - 2025-08-25
* Requires Java 17 as the minimum version
* Updated to ph-commons 12.0.0
v7.0.0 - 2023-01-08
* Using Java 11 as the baseline
* Updated to ph-commons 11
* Using JAXB 4.0 as the baseline
v6.2.0 - 2021-05-02
* Updated to ph-commons 10 `XMLOffset[Date|Time]` classes
v6.1.0 - 2021-03-22
* Updated to ph-commons 10
v6.0.3 - 2020-09-17
* Updated to Jakarta JAXB 2.3.3
v6.0.2 - 2020-03-28
* Updated to ph-commons 9.4.0
v6.0.1 - 2018-11-22
* Updated to ph-commons 9.2.0
v6.0.0 - 2017-12-20
* Updated to ph-commons 9.0.0
---
My personal [Coding Styleguide](https://github.com/phax/meta/blob/master/CodingStyleguide.md) |
It is appreciated if you star the GitHub project if you like it.