![]() | ![]() |
KoolDateTimePicker Class [Javascript]
Summary
Properties | Description | |
![]() | id | Get the id of KoolDateTimePicker. |
Methods | Description | |
![]() | get_value | Get the input value of KoolDateTimePicker. |
![]() | show_datepicker | Open the date picker. |
![]() | show_timepicker | Open the time picker. |
![]() | registerEvent | Register an client-side event. |
Methods Detail
get_valueTop
string get_value()
Get the input value of KoolDateTimePicker.
Supported from version: 1.0.0.0
registerEventTop
void registerEvent(string eventName, function handleEvent)
Register an client-side event.
Supported from version: 1.0.0.0
![]() | ![]() |