Custom date format for multiselect filter in datable

Hello,
I have a column in webix datatable which contains date object. I want to filter it with multiselectFilter. I have custom date format I want to show, but when I open filter, date is in default english format. Is it possible to change multiselect list text to my custom date format?

Hello @Dzoks,
You can create a custom template function to format the date object in the filter.
Here is the solution, please take a look: Code Snippet