Maison > Questions et réponses > le corps du texte
Le problème est comme indiqué sur l'image
迷茫2017-05-19 10:24:03
Regardez le site officiel et suivez simplement les instructions. Affaire officielle
var startDateTextBox = $('#range_example_4_start');
var endDateTextBox = $('#range_example_4_end');
$.timepicker.dateRange(
startDateTextBox,
endDateTextBox,
{
minInterval: (1000*60*60*24*4), // 4 days
maxInterval: (1000*60*60*24*8), // 8 days
start: {}, // start picker options
end: {} // end picker options
}
);