summaryrefslogtreecommitdiffstats
path: root/src/docs/options.html
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2014-03-05 08:06:43 -0500
committerTrent Richardson <trentdrichardson@gmail.com>2014-03-05 08:06:43 -0500
commiteedfe4be0ae5d9e8399b1de52e7b4a3fdb2b22ac (patch)
treee2b51dabba4efdb771e3d36ded28fff3a3f38da6 /src/docs/options.html
parent7740c23bf1a8f60bb971bf67ce818d4543572ebb (diff)
downloadjQuery-Timepicker-Addon-eedfe4be0ae5d9e8399b1de52e7b4a3fdb2b22ac.zip
jQuery-Timepicker-Addon-eedfe4be0ae5d9e8399b1de52e7b4a3fdb2b22ac.tar.gz
jQuery-Timepicker-Addon-eedfe4be0ae5d9e8399b1de52e7b4a3fdb2b22ac.tar.bz2
#633 - add timeOnlyShowDate option to show the date but only allow timepicker
Diffstat (limited to 'src/docs/options.html')
-rw-r--r--src/docs/options.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/docs/options.html b/src/docs/options.html
index 941028d..3cecb5a 100644
--- a/src/docs/options.html
+++ b/src/docs/options.html
@@ -203,6 +203,9 @@
<dt>timeOnly</dt>
<dd><em>Default: false</em> - Hide the datepicker and only provide a time interface.</dd>
+ <dt>timeOnlyShowDate</dt>
+ <dd><em>Default: false</em> - Show the date and time in the input, but only allow the timepicker.</dd>
+
<dt>onSelect</dt>
<dd><em>Default: null</em> - Function to be called when a date is chosen or time has changed (parameters: datetimeText, datepickerInstance).</dd>