diff options
Diffstat (limited to 'dist/index.html')
-rw-r--r-- | dist/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/index.html b/dist/index.html index a64b201..4128e26 100644 --- a/dist/index.html +++ b/dist/index.html @@ -113,9 +113,9 @@ <br /> <h3>Version</h3> - <p>Version 1.5.3</p> + <p>Version 1.5.4</p> - <p>Last updated on 2015-04-19</p> + <p>Last updated on 2015-05-11</p> <p>jQuery Timepicker Addon is currently available for use in all personal or commercial projects under the MIT license.</p> <p><a href="http://trentrichardson.com/Impromptu/MIT-LICENSE.txt" title="MIT License">MIT License</a></p> @@ -912,8 +912,8 @@ endDateTextBox.datetimepicker({ <div class="example-container"> <p>Timepicker also includes some shortcut methods for ranges:</p> <div> - <input type="text" name="range_example_2_start" id="range_example_2_start" value="21 Aug 2014 09:16" /> - <input type="text" name="range_example_2_end" id="range_example_2_end" value="21 Aug 2014 10:16" /> + <input type="text" name="range_example_2_start" id="range_example_2_start" value="" /> + <input type="text" name="range_example_2_end" id="range_example_2_end" value="" /> </div> <pre> var startDateTextBox = $('#range_example_2_start'); |