@reediculous456/dayjs-business-days with updated hungarian holidays and additional working days from 2010 to 2024.
npm install @gabortorma/dayjs-business-days-hu
import dayjs from '@gabortorma/dayjs-business-days-hu'
dayjs('2020-11-01').isHoliday() // true
dayjs('2020-10-15').isBusinessDay() // true
import { huOptions } from '@gabortorma/dayjs-business-days-hu/dist/options'
import dayjs from 'dayjs'
import dayjsBusinessDays from 'dayjs-business-days2'
import { huOptions } from '@gabortorma/dayjs-business-days-hu/dist/options'
dayjs.extend(dayjsBusinessDays, huOptions)
See the original plugin: @reediculous456/dayjs-business-days