summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/index.html b/index.html
index 4de78b9..8923524 100644
--- a/index.html
+++ b/index.html
@@ -211,9 +211,6 @@
<h3>Timezone Options</h3>
<dl class="defs">
- <dt>timezoneIso8601</dt>
- <dd><em>Default: false</em> - Whether to follow the ISO 8601 standard.</dd>
-
<dt>timezoneList</dt>
<dd><em>Default: [generated timezones]</em> - An array of timezones used to populate the timezone select. Can be an array of values or an array of objects: { label: "EST", value: "+0400" }</dd>
</dl>
@@ -418,6 +415,7 @@
<dt>tt</dt><dd>am or pm for AM/PM</dd>
<dt>TT</dt><dd>AM or PM for AM/PM</dd>
<dt>z</dt><dd>Timezone as defined by timezoneList</dd>
+ <dt>Z</dt><dd>Timezone in Iso 8601 format (+04:45)</dd>
<dt>'...'</dt><dd>Literal text (Uses single quotes)</dd>
</dl>