thisMonthOnly
Optional. Hides dates of the previous/next months relative to the currently displayed one
thisMonthOnly?: boolean;
Default value: falseExample
const calendar = new dhx.Calendar("calendar_container", {
thisMonthOnly:true
});
Related sample: Calendar. The days of this month only