summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2014-08-21 16:17:47 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2014-08-21 16:17:47 -0400
commitab0ea751e7af5fe70d02cdde79d636818d20131b (patch)
tree6acbdc7530172e4af2322631f82372a7380671d5 /src
parent72d56caf2f4fc8fe91de2487d5d880e13d8755a2 (diff)
downloadjQuery-Timepicker-Addon-ab0ea751e7af5fe70d02cdde79d636818d20131b.zip
jQuery-Timepicker-Addon-ab0ea751e7af5fe70d02cdde79d636818d20131b.tar.gz
jQuery-Timepicker-Addon-ab0ea751e7af5fe70d02cdde79d636818d20131b.tar.bz2
Update range example to show min and max options
Diffstat (limited to 'src')
-rw-r--r--src/docs/examples.html1
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
}