diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2012-09-18 14:01:49 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2012-09-18 14:01:49 -0400 |
commit | df505b94e527fd5428196eac6709248966f25d8c (patch) | |
tree | e273761038da28f0ff1482b411cf3045d4167d86 /index.html | |
parent | d7537f8488437b632f7898420d3c346573537654 (diff) | |
download | jQuery-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.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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(){ |