spatie / holidays

Calculate which days you don't have to work!
https://spatie.be/open-source
MIT License
329 stars 196 forks source link

Add vietnamese holidays #115

Closed kevinb1989 closed 9 months ago

kevinb1989 commented 9 months ago

Holidays in Vietnam According to Wikipedia:

I copied and refactored the chineseCalendar method from PR #51 to convert dates from Chinese Calendar to Gregorian one. That becomes the ChineseCalendar trait. We might need that trait for the following countries:

kevinb1989 commented 9 months ago

PR looks good, thanks! The Trait is usable for other Countries (like Malaysia) too, I assume?

@Nielsvanpach Thanks! And yes, that can be used by any other Asian countries that also use Chinese Calendars.

Nielsvanpach commented 9 months ago

Thanks!