sets the date format of the 'End by' field in the 'recurring' lightbox
scheduler.config.repeat_date = "%m/%d/%Y";
...
scheduler.init('scheduler_here',new Date(2019,05,11),"month");
The property requires the recurring extension to be enabled.
By default, the date in the 'End by' field is exclusive.