InputDateMulti uses specifically modified InputChip to represent array of dates. Use *tuiItem directive to provide custom representation. You can use tui-input-chip out of the box or implement your own. The context is TuiContext<{ item: T, index: number }>
Formatting relies on TUI_DATE_FORMAT which you can override using tuiDateFormatProvider helper