'recurring' 라이트박스 내 'End by' 필드에 사용되는 날짜 형식을 지정합니다.
scheduler.config.repeat_date = "%m/%d/%Y";
...
scheduler.init('scheduler_here',new Date(2019,05,11),"month");
이 속성은 recurring 확장 기능이 활성화되어 있어야 사용 가능합니다.
기본적으로 'End by' 필드에 입력된 날짜는 제외 날짜로 처리됩니다.