Set date format for ui.property

I use ui.property and set element with type ‘date’. This element return me selected date as full text format. (Sat Jan 11 2020 00:00:00 GMT+0300 (RTZ 2 (зима))).
Can and how I set short date format - dd.mm.yyyy?

I use format: webix.Date.dateToStr(’%d.%m.%Y’) for element.
It’s right?

Hello @Natalya,
Yes, you’re right. You can use the dateToStr:
https://snippet.webix.com/rox5vqxi