tooltip_date_format
툴팁에 표시되는 시작 및 종료 날짜 형식을 정의합니다.
Example
scheduler.templates.tooltip_date_format=function (date){
var formatFunc = scheduler.date.date_to_str("%Y-%m-%d %H:%i");
return formatFunc(date);
}
Details
이 템플릿은 tooltip 플러그인이 활성화된 경우에만 작동합니다.
See also
맨 위로