We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72d56ca commit ab0ea75Copy full SHA for ab0ea75
dist/index.html
@@ -966,6 +966,7 @@ <h3 id="range_examples">Time Ranges</h3>
966
endDateTextBox,
967
{
968
minInterval: (1000*60*60*24*4), // 4 days
969
+ maxInterval: (1000*60*60*24*8), // 8 days
970
start: {}, // start picker options
971
end: {} // end picker options
972
}
src/docs/examples.html
@@ -451,6 +451,7 @@ <h3 id="range_examples">Time Ranges</h3>
451
452
453
454
455
456
457
0 commit comments