Skip to content

Commit ab0ea75

Browse files
Update range example to show min and max options
1 parent 72d56ca commit ab0ea75

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dist/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -966,6 +966,7 @@ <h3 id="range_examples">Time Ranges</h3>
966966
endDateTextBox,
967967
{
968968
minInterval: (1000*60*60*24*4), // 4 days
969+
maxInterval: (1000*60*60*24*8), // 8 days
969970
start: {}, // start picker options
970971
end: {} // end picker options
971972
}

src/docs/examples.html

+1
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ <h3 id="range_examples">Time Ranges</h3>
451451
endDateTextBox,
452452
{
453453
minInterval: (1000*60*60*24*4), // 4 days
454+
maxInterval: (1000*60*60*24*8), // 8 days
454455
start: {}, // start picker options
455456
end: {} // end picker options
456457
}

0 commit comments

Comments
 (0)