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

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

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.