Trying to fix date format to be correct for norwegian standards. Now I get: Tuesday, August 2.
Trying to get: Tuesday, 2 August.
Appreciate the help.
.foregroundColor(.white)
.onAppear {
datestring =
Date.now.formatted(.dateTime.weekday(.wide).day().month(.wide)) }