summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dist/index.html1
-rw-r--r--src/docs/examples.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/dist/index.html b/dist/index.html
index 280239a..f2ab98c 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -966,6 +966,7 @@ $.timepicker.dateRange(
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
}
diff --git a/src/docs/examples.html b/src/docs/examples.html
index b6895cb..4765039 100644
--- a/src/docs/examples.html
+++ b/src/docs/examples.html
@@ -451,6 +451,7 @@ $.timepicker.dateRange(
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
}