Thanks, man. But I want to calculate the businnes days from the start of the month to the end of the month (and also subtracting the holiday days). The problem is, how can i specify the start of the month and end of the month in that plugin?
I tried to add a field to Holidays datatype, month_start (and month_end) and couldn’t find a way to select the start date of the month from AirDate/TimePicker. Because if I can do this, I can calculate the totla businnes days like this: result of calculate_businnes_days(month_start, month_end) - result of calculate_businnes_days(start_date - end_date).