more config for weibx.editors.date and webix.ui.datafilter.datepickerFilter

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",
       ...
    }
}

Hello,

Thank you for your idea. We will consider it.

As the workaround for the current version you can try to apply the properties directly to Datepicker and Calendar:

http://webix.com/snippet/e046d029

Thanks Maria.