Hey,
I have encountered a bug in which it flips the date numbers when showing modal date selector.
Image and videos below.
I don't know if it related to Hebrew being the main language or it is just a bug.
Already opened a feedback case 3 months ago and nobody has answered even after I contacted Apple and updated the case regularly.
I have encountered a bug in which it flips the date numbers when showing modal date selector.
Image and videos below.
I don't know if it related to Hebrew being the main language or it is just a bug.
Already opened a feedback case 3 months ago and nobody has answered even after I contacted Apple and updated the case regularly.
Code Block https:// streamable . com / w n 9 q 5 l
Code Block var body: some View { VStack(){ Form { DatePicker(selection: $printDate, in: ...Date(), displayedComponents: .date) { Label("Choose Date", systemImage: "calendar").font(.headline) } ....... } }