|
@@ -24,6 +24,8 @@ For English: [https://cdn.jsdelivr.net/npm/chinese-days/dist/holidays.en.ics](ht
|
|
|
|
|
|
A `JSON` file of Chinese holidays is provided and can be directly referenced through this link: [chinese-days.json](https://cdn.jsdelivr.net/npm/chinese-days/dist/chinese-days.json).
|
|
|
|
|
|
+- Java:[Warnier-zhang/java-chinese-days](https://github.com/Warnier-zhang/java-chinese-days), just for querying Chinese holidays, adjusted working days, working days;
|
|
|
+
|
|
|
## Quick Start
|
|
|
|
|
|
### Recommended approach
|
|
@@ -301,4 +303,4 @@ console.log(getSolarDateFromLunar('2001-04-05'));
|
|
|
## Acknowledgements
|
|
|
|
|
|
1. Lunar calendar data is sourced from the [Bigkoo/Android-PickerView](https://github.com/Bigkoo/Android-PickerView) project.
|
|
|
-2. Chinese holiday data generation references the `Python` version of the [LKI/chinese-calendar](https://github.com/LKI/chinese-calendar) project.
|
|
|
+2. Chinese holiday data generation references the `Python` version of the [LKI/chinese-calendar](https://github.com/LKI/chinese-calendar) project.
|