diff options
Diffstat (limited to 'src/docs')
-rw-r--r-- | src/docs/examples.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |