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
A holiday should be recognized on the whole day.
The example snippet const nowIsHoliday = moment().isHoliday() in the README suggests, that this is also meant to be in the feature scope.
A holiday should be recognized on the whole day.
The example snippet
const nowIsHoliday = moment().isHoliday()
in the README suggests, that this is also meant to be in the feature scope.Example Code:
A possible fix would probably be, to change
moment-feiertage/src/index.ts
Line 110 in 5f86fe5
to
The text was updated successfully, but these errors were encountered: