Skip to content

Date Time Picker

The Date Time Picker is a component that allows the date to be entered by means of a Date Time Picker.

Property

NoItemInput ValueDefault ValueAction PropertyTypeAction Default ValueDescription
1IDStringAuto-generatedidstringAuto-generatedThe [id] property cannot be set by actions.
2LabelStringDate Time PickerlabelstringDate Time PickerComponent label
3WidthNumber262widthnumber262Component width
4HeightNumber55heightnumber55Component height
5XNumberxnumberX coordinate position
6YNumberynumberY coordinate position
7VariantSelection
1.Outlined
2.Filled
3.Standard
OutlinedvariantstringoutlinedComponent style
8ColorString
Color Picker
colorstringComponent color
9Background ColorString
Color Picker
backgroundColorstringBackground color
10Label ColorString
Color Picker
labelColorstringLabel text color
11Input ColorString
Color Picker
inputColorstringInput text color
12DisabledBooleanOFFdisabledbooleanfalseComponent disabled/enabled state
13Read OnlyBooleanOFFreadOnlybooleanfalseRead-only mode
14RequiredBooleanOFFrequiredbooleanfalseRequired input field specification
15VisibilityBooleanONvisibilitybooleantrueComponent show/hide
16FormatSelection
1.yyyy/MM/dd hh:mm aa
2.MM/dd/yyyy hh:mm aa
3.dd/MM/yyyy hh:mm aa
yyyy/MM/dd hh:mm aaformatstringyyyy/MM/dd hh:mm aaDate and time display format
17PlaceholderStringyyyy/MM/dd hh:mm aaplaceholderstringyyyy/MM/dd hh:mm aaPlaceholder text
18Helper TextStringhelperTextstringHelper text
19Change EventSelection
1.None
2.Action
NoneEvent setting for value changes
20ValueStringvaluestringDate and time value
21ErrorerrorbooleanError state
22Tab FocusSelection
1.[UI ID]
tabFocusstringNext focus component specification
Added in "v3.3.0"

Event

Event nameDescription
onchangeOccurs when a value change is made and the cursor is moved out of the way.