summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2012-09-18 14:01:49 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2012-09-18 14:01:49 -0400
commitdf505b94e527fd5428196eac6709248966f25d8c (patch)
treee273761038da28f0ff1482b411cf3045d4167d86 /index.html
parentd7537f8488437b632f7898420d3c346573537654 (diff)
downloadjQuery-Timepicker-Addon-df505b94e527fd5428196eac6709248966f25d8c.zip
jQuery-Timepicker-Addon-df505b94e527fd5428196eac6709248966f25d8c.tar.gz
jQuery-Timepicker-Addon-df505b94e527fd5428196eac6709248966f25d8c.tar.bz2
Issue 440 - Simplify min/max constraints of _setTime
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index 4a24fb7..d421344 100644
--- a/index.html
+++ b/index.html
@@ -752,7 +752,8 @@ var ex13 = $('#utility_example_1');
ex13.datetimepicker({
dateFormat: "D MM d, yy",
separator: ' @ ',
- ampm: true
+ ampm: true,
+ hourMax: 11
});
$('#utility_example_1_setdt').click(function(){