DatePicker (iOS14) flips date numbers

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.


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)
}
.......
}
}


Images do not show on this forum, so hard to understand the problem.
Please try to copy the link in the code block and remove white spaces. I am sure it will help you understand better. Thanks for answering tho.
Any help?

I have encountered a bug in which it flips the date numbers when showing modal date selector.

  • What did you expect ?

  • What do you get (at which second in the video is it ?)

  • You display 35:11:20:48 : is it a date ? an elapsed time ?


Have you set the locale properly ?

Note: to paste a link, it is enough to add a space after https and before .com
https ://streamable .com/wn9q5l
It is in 0:05 in the video. It's not related to the 35:11:20:48 shown.
I wrote in the info.plist 'he' as the main language but Apple's Reminders app does not have this issue.
DatePicker (iOS14) flips date numbers
 
 
Q