• Hi,

    I see there is a setting in the plugin to disable Weekends ‘no-weekends’.

    Is there a way to disable only certain days, for example disable the selection of Sunday indefinitely?

    I found the following code else where for the datetimepicker, however this doesn’t work with the plugin.

    	jQuery(function($){
    		$('input#RemoveSundays').datetimepicker({"daysOfWeekDisabled":0});
    	});

    Many thanks.

  • The topic ‘Excluding certain days’ is closed to new replies.