이벤트의 날짜를 설정하는 데 사용됩니다. 이 기능은 단일 날짜에만 해당하는 이벤트에 적용됩니다.
start | Date | 이벤트가 시작하는 날짜 |
end | Date | 이벤트가 끝나는 날짜 |
event | object | 이벤트 객체 자체 |
scheduler.templates.event_bar_date = function(start,end,ev){
return "• <b>"+scheduler.templates.event_date(start)+"</b> ";
};