when using webix.ui.calendar, I can set timepicker, calendarTime properties, but can’t do this for date editor and datepickerFilter.
I think it’s the best way to support setting more properties.
{ ...
editor: "date",
editorConfig: {
timepicker: true,
calendarTime: "%H:%i:%s",
...
}
}
{
...
content: "datepicker",
filterConfig: {
timepicker: true,
calendarTime: "%H:%i:%s",
...
}
}