summaryrefslogtreecommitdiffstats
path: root/src/docs/examples.html
diff options
context:
space:
mode:
authorTrent <trentdrichardson@gmail.com>2016-04-20 15:22:44 -0400
committerTrent <trentdrichardson@gmail.com>2016-04-20 15:22:44 -0400
commit72f1867750ab319c08707512e9a3066baeb9c948 (patch)
tree72ae9050e9d7fdfcc55201bb02a3ff770ada7053 /src/docs/examples.html
parent17c4f29b6c5729fbabebbef72b5a3a376485a7fd (diff)
parent547daaebf17f3fc4f1a70e7f2297b4b90c41888e (diff)
downloadjQuery-Timepicker-Addon-72f1867750ab319c08707512e9a3066baeb9c948.zip
jQuery-Timepicker-Addon-72f1867750ab319c08707512e9a3066baeb9c948.tar.gz
jQuery-Timepicker-Addon-72f1867750ab319c08707512e9a3066baeb9c948.tar.bz2
Merge branch 'dev'
Diffstat (limited to 'src/docs/examples.html')
-rw-r--r--src/docs/examples.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/docs/examples.html b/src/docs/examples.html
index 9364fba..fa112d1 100644
--- a/src/docs/examples.html
+++ b/src/docs/examples.html
@@ -101,27 +101,6 @@ $('#timezone_example_2').datetimepicker({
</pre>
</div>
- <!-- ============= example -->
- <div class="example-container">
- <p>You may also use timezone string abbreviations for values. This should be used with caution. Computing accurate javascript Date objects may not be possible when trying to retrieve or set the date from timepicker (see setDate and getDate examples below). For simple input values however this should work.</p>
- <div>
- <input type="text" name="timezone_example_3" id="timezone_example_3" value="" />
- </div>
-<pre>
-$('#timezone_example_3').datetimepicker({
- timeFormat: 'HH:mm z',
- timezone: 'MT',
- timezoneList: [
- { value: 'ET', label: 'Eastern'},
- { value: 'CT', label: 'Central' },
- { value: 'MT', label: 'Mountain' },
- { value: 'PT', label: 'Pacific' }
- ]
-});
-
-</pre>
- </div>
-
<h3 id="slider_examples">Slider Modifications</h3>
<!-- ============= example -->