Week Agenda 뷰의 헤더에 표시되는 날짜를 정의합니다.
start | Date | 뷰의 시작 날짜 |
end | Date | 뷰의 종료 날짜 |
Available only in PRO Edition
scheduler.templates.week_agenda_date = function(start, end){
return scheduler.templates.day_date(start)+" – "+
scheduler.templates.day_date(scheduler.date.add(end,-1,"day"));
};
이 템플릿은 week_agenda 플러그인이 활성화된 경우에만 작동합니다.
v6.0에 추가됨
맨 위로