diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2014-08-21 16:17:47 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2014-08-21 16:17:47 -0400 |
commit | ab0ea751e7af5fe70d02cdde79d636818d20131b (patch) | |
tree | 6acbdc7530172e4af2322631f82372a7380671d5 /src/docs/examples.html | |
parent | 72d56caf2f4fc8fe91de2487d5d880e13d8755a2 (diff) | |
download | jQuery-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/docs/examples.html')
-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 } |