$('#date_range').datepicker('option','beforeShowDay', function(date){ var string = jQuery.datepicker.formatDate('yy-mm-dd', date); return [ array.indexOf(string) == -1 ,"", null ] } );