Ios sensor widget date format

I have some sensor data I want display in a widget. The sensor data are dates. Currently they are displayed as yyyy-mm-ddThh-mm. I am looking for a way to display these as dd-mm-yy (no time). Is that possible? If so, how :blush:?

Ios 26.4 Home Assistant sensor widget

Nu suggestions from the forum, so I had to try AI…:smile:. I used Claude to explain the issue. Surprise, surprise: Claude provided a solution! For each sensor I wanted in dd-mm-yy format, I created a helper. Created a new sensor with formatted date, based on the original sensor. Works fine!