diff options
Diffstat (limited to 'dist/index.html')
-rw-r--r-- | dist/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/index.html b/dist/index.html index a209953..f7aa372 100644 --- a/dist/index.html +++ b/dist/index.html @@ -337,6 +337,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> |