summaryrefslogtreecommitdiffstats
path: root/src/docs/examples.html
diff options
context:
space:
mode:
authorTrent <trentdrichardson@gmail.com>2015-05-11 11:00:58 -0400
committerTrent <trentdrichardson@gmail.com>2015-05-11 11:00:58 -0400
commit9bfd60812b517a13f121d3c45a202f662f9d67af (patch)
tree78d3feb30718f17dbb3f8ab37527a8cbb1840b90 /src/docs/examples.html
parent776b650440a8af262ba45fdb82a0bbcc2711e2a0 (diff)
downloadjQuery-Timepicker-Addon-9bfd60812b517a13f121d3c45a202f662f9d67af.zip
jQuery-Timepicker-Addon-9bfd60812b517a13f121d3c45a202f662f9d67af.tar.gz
jQuery-Timepicker-Addon-9bfd60812b517a13f121d3c45a202f662f9d67af.tar.bz2
New Versionv1.5.4
Diffstat (limited to 'src/docs/examples.html')
-rw-r--r--src/docs/examples.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/docs/examples.html b/src/docs/examples.html
index a04af2f..ae94ce6 100644
--- a/src/docs/examples.html
+++ b/src/docs/examples.html
@@ -404,8 +404,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');