Hide Sunday in year-View with wrong output

Hi
I’m hiding sundays in Week-View with this js-command.

scheduler.ignore_week = function(date){
if (date.getDay() == 0) //hides Sundays
    return true;
};

When I switch to year-view, the last sunday in every month is displayed and the other sundays are hidden(see attachement).
Why is function for week used in year-view? When all sundays are hidden, it’s ok are with ignorw_year-function the control seperately.

How can I solve this problem?

best regards
Christoph

Hello,
we’ve confirmed a bug, it will be fixed in the next update. If you need a fixed build sooner - please PM me your license number or open a ticket in our support system, I’ll send you the latest build

Hi
Thanks for your answer. We are testing the scheduler. In which interval are new versions released?

best regards
Christoph

We’ll probably publish an update early next month.
You can also email our licensing department at sales@dhtmlx.com for an updated evaluation package