Hi! Im trying to get rid of the third separator used to show seconds in in view while using displayedComponents: .hourAndMinute for WatchOS.
As shown in the picture, the first Datepicker shows a second ":" separator for seconds even though its configured to only show hour and minutes. The second Datepicker is configured to show hourMinuteAndSecond which makes sense that the second ":" is rendered.
What can I do to get rid of the seconds separator when the Datepicker is configured for .hourAndMinute only?
The locale is Swedish and 24hr clock.
Best Regards