Documentation

timeIcon

sets an icon for time in the datepicker

string timeIcon;

Example

webix.ui({
    view:"datepicker",
    timeIcon:"clock-o"
});

Back to top