calendar_month

미니 캘린더 헤더(날짜 선택기)에 표시할 날짜를 설정합니다.

dateDate선택한 월의 첫 번째 날짜

Example

const monthLabel = scheduler.date.date_to_str("%F %Y");
scheduler.templates.calendar_month = function (date) {
    return monthLabel(date);
};

Details

이 템플릿은 minical 플러그인이 활성화된 경우에만 작동합니다.

See also
맨 위로