How to show only "Today" icon in datepicker?

Is there a way to show only “Today” icon in datapicker and not show “Clear” icon?
I can only have both or none:

https://snippet.webix.com/v3milkdw

Hello @maug,

Is there a way to show only “Today” icon in datapicker and not show “Clear” icon?

The icons property allows you to set a collection of icons to use within the calendar. By providing the true flag for the icons property you are simply applying the default icons configuration. It is possible to redefine the default configuration by providing your own. In your specific case, we can use the default template for the Today icon: https://snippet.webix.com/sk0mitn9.

Everything I’ve talked about is covered in more detail in this article.

Thank you @Dzmitry!