sham-ui-datetimepicker
v2.0.0
Published
DateTimePicker for sham-ui
Readme
sham-ui-datetimepicker
DateTimePicker for sham-ui
Install
# npm
npm install sham-ui-datetimepicker# yarn
yarn add sham-ui-datetimepickerAPI
Table of Contents
DateTimePickerOptions
Options for DateTimePicker
Type: Object
Properties
valueDate Selected date. By default current dateonChangeFunction Callback for onChange. By default () => {}showTimeboolean Show time selector. By default truedisplayModestring Mode for display. By default 'dom' (day of month)isDateSelectableFunction Callback for test date for selectable. By default () => trueclassForDateFunction Callback for add custom class for date. By default () => ''
DateTimePicker
DateTime picker for sham-ui
Properties
optionsDateTimePickerOptions
Examples
{% import DateTimePicker from 'sham-ui-datetimepicker' %}
...
<DateTimePicker/>
...