summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2012-11-03 10:29:54 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2012-11-03 10:29:54 -0400
commitb067e362585df20fbde3f1a7eb3c421c9d03b0ea (patch)
treef876cfd547162dde45216b1c555daebf25b9d618 /index.html
parenta43ef3b95e27779061fda6d59ac706c98f472040 (diff)
downloadjQuery-Timepicker-Addon-b067e362585df20fbde3f1a7eb3c421c9d03b0ea.zip
jQuery-Timepicker-Addon-b067e362585df20fbde3f1a7eb3c421c9d03b0ea.tar.gz
jQuery-Timepicker-Addon-b067e362585df20fbde3f1a7eb3c421c9d03b0ea.tar.bz2
Final tweaks to merge with masterv1.1.0
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index c75c132..94f4dbf 100644
--- a/index.html
+++ b/index.html
@@ -124,7 +124,7 @@
<h3>Version</h3>
<p>Version 1.1.0</p>
- <p>Last updated on 10/25/2012</p>
+ <p>Last updated on 11/03/2012</p>
<p>jQuery Timepicker Addon is currently available for use in all personal or commercial projects under both MIT and GPL licenses. This means that you can choose the license that best suits your project, and use it accordingly. </p>
<p><a href="http://trentrichardson.com/Impromptu/GPL-LICENSE.txt" title="GPL License">GPL License</a></p>
<p><a href="http://trentrichardson.com/Impromptu/MIT-LICENSE.txt" title="MIT License">MIT License</a></p>
@@ -554,7 +554,7 @@ $('#timezone_example_1').datetimepicker({
</div>
<pre>
$('#timezone_example_2').datetimepicker({
- timeFormat: 'hh:mm z',
+ timeFormat: 'HH:mm z',
showTimezone: true,
timezoneList: [
{ value: '-0500', label: 'Eastern'},
@@ -574,7 +574,7 @@ $('#timezone_example_2').datetimepicker({
</div>
<pre>
$('#timezone_example_3').datetimepicker({
- timeFormat: 'hh:mm z',
+ timeFormat: 'HH:mm z',
showTimezone: true,
timezone: 'MT',
timezoneList: [
@@ -614,7 +614,7 @@ $('#slider_example_1').timepicker({
<pre>
$('#slider_example_2').datetimepicker({
showSecond: true,
- timeFormat: 'hh:mm:ss',
+ timeFormat: 'HH:mm:ss',
stepHour: 2,
stepMinute: 10,
stepSecond: 10