diff options
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(){ |