repeat_date

sets the date format of the 'End by' field in the 'recurring' lightbox

string repeat_date;

Example

scheduler.config.repeat_date = "%m/%d/%Y";
...
scheduler.init('scheduler_here',new Date(2019,05,11),"month");


Default value:

"%m.%d.%Y"
Details

The property requires the recurring extension to be enabled.

By default, the date in the 'End by' field is exclusive.

See also
Back to top