summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html8
-rw-r--r--jquery-ui-timepicker-addon.js4
2 files changed, 6 insertions, 6 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
diff --git a/jquery-ui-timepicker-addon.js b/jquery-ui-timepicker-addon.js
index 44b85e9..f65770a 100644
--- a/jquery-ui-timepicker-addon.js
+++ b/jquery-ui-timepicker-addon.js
@@ -1,8 +1,8 @@
/*
* jQuery timepicker addon
* By: Trent Richardson [http://trentrichardson.com]
- * Version 1.1.0-dev
- * Last Modified: 10/25/2012
+ * Version 1.1.0
+ * Last Modified: 11/03/2012
*
* Copyright 2012 Trent Richardson
* You may use this project under MIT or GPL licenses.