returns the current value of the control
string|Date | the current value of the control |
webix.ui({
view:"timeboard",
value: "12:45",
stringResult: true,
id: "myBoard"
});
$$("myBoard").getValue(); // returns "12:45"
If the stringResult property is set to false the method will return a date object.