returns the current value of the control
object | the current value of the control |
webix.ui({
view:"daterangepicker",
id: "mydaterange",
format:"%Y-%F-%d %H:%i",
suggest:{
view:"daterangesuggest",
}
});
$$("mydaterange").getValue(); // object with start and end dates
The returned value of the control may be: