You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like the special dates feature. It is good to add special personal dates. It would be awesome if we could also add a specific country's public holidays. Those could be sourced from places like https://www.timeanddate.com/holidays/?allcountries
Adding up on this could be to include option for selecting a second country, in case your spouce/gf/bf/special friend/family is from another country.
The text was updated successfully, but these errors were encountered:
Nice! I was hoping there'd be an API avaialble for this, thanks for the link! PRs are welcome, @DIntriglia, if you're interested in implementing it.
I'd use the country codes from import dayjsLocales from 'dayjs/locale.json'; (and maybe filter out if something is not supported by the API). Make sure to take into account which year the user chose to generate the calendar for (see PdfConfig.year).
I like the special dates feature. It is good to add special personal dates. It would be awesome if we could also add a specific country's public holidays. Those could be sourced from places like https://www.timeanddate.com/holidays/?allcountries
Adding up on this could be to include option for selecting a second country, in case your spouce/gf/bf/special friend/family is from another country.
The text was updated successfully, but these errors were encountered: