idea-date-time
date
(string | number) - The date to show/pick.timePicker
(boolean) - Whether to show the time picker (datetime) or not (date).manualTimePicker
(boolean) - Whether to show the MANUAL time picker (datetime) or not (date).useISOFormat
(boolean) - Whether to use theepochISOString
format instead ofepochDateTime
.label
(string) - The label for the field.icon
(string) - The icon for the field.iconColor
(string) - The color of the icon.lines
(string) - Lines preferences for the item.color
(string) - The color for the component.placeholder
(string) - A placeholder for the field.disabled
(boolean) - If true, the component is disabled.obligatory
(boolean) - If true, the obligatory dot is shown.hideClearButton
(boolean) - If true, hidew the clear button in the header.min
(string | number) - If set, is the minimum date selectable.max
(string | number) - If set, is the maximum date selectable.
dateChange
(EventEmitter)iconSelect
(EventEmitter)