summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2013-01-19 08:02:01 -0500
committerTrent Richardson <trentdrichardson@gmail.com>2013-01-19 08:02:01 -0500
commit552bac4b578fac67f16f93e3ded649f33c1c39a5 (patch)
tree6d15be55f23469f3714df0743095498d27d1f637
parent998ae43f9c08e9c2b678b55cf665ce84f2ac2c48 (diff)
downloadjQuery-Timepicker-Addon-552bac4b578fac67f16f93e3ded649f33c1c39a5.zip
jQuery-Timepicker-Addon-552bac4b578fac67f16f93e3ded649f33c1c39a5.tar.gz
jQuery-Timepicker-Addon-552bac4b578fac67f16f93e3ded649f33c1c39a5.tar.bz2
Clean up docs
-rw-r--r--index.html3
-rw-r--r--jquery-ui-timepicker-addon.js2
2 files changed, 2 insertions, 3 deletions
diff --git a/index.html b/index.html
index 3d8aae3..2a69f15 100644
--- a/index.html
+++ b/index.html
@@ -124,7 +124,7 @@
<h3>Version</h3>
<p>Version 1.1.2</p>
- <p>Last updated on 11/07/2012</p>
+ <p>Last updated on 01/19/2013</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>
@@ -733,7 +733,6 @@ $('#alt_example_2').datetimepicker({
</div>
<pre>
$('#alt_example_3').datetimepicker({
- ampm: true,
altField: "#alt_example_3_alt",
altFieldTimeOnly: false,
altFormat: "yy-mm-dd",
diff --git a/jquery-ui-timepicker-addon.js b/jquery-ui-timepicker-addon.js
index eb0cb21..ab7f736 100644
--- a/jquery-ui-timepicker-addon.js
+++ b/jquery-ui-timepicker-addon.js
@@ -2,7 +2,7 @@
* jQuery timepicker addon
* By: Trent Richardson [http://trentrichardson.com]
* Version 1.1.2-dev
- * Last Modified: 11/07/2012
+ * Last Modified: 01/19/2013
*
* Copyright 2012 Trent Richardson
* You may use this project under MIT or GPL licenses.