showNonCurrentDates (Properties)

월단위(dayGridMonth) 뷰(View) 보기에서 현재 표시하고 있는 월이 아닌 이전, 다음 월의 일자 & 일정(Event)을 표시할지 여부를 설정합니다.

Type

boolean

Options

Value Description
false 이전, 다음 월의 일자 & 일정(Event)을 표시하지 않습니다.
true 이전, 다음 월의 일자 & 일정(Event)을 표시합니다.

Example

options = {
    showNonCurrentDates: false
};

Since

product version desc
core 1.5.0.0 기능 추가