Days of week not displaying correctly
First of all thanks for this beautiful pod. I am facing an issue while using this pod. when I use this pod in device language English it displays all the dates and its corresponding day of week correctly. But when changed mu phone language to dutch the dates and day of week is not displaying correctly. is there any option to hide the day of week ?
I am attaching the screenshots when I use dutch language and English language in my simulator.

how can I fix the issue?
I am attaching the picker code below
let picker = DatePicker() picker.setup(beginWith: Date()) { (selected, date) in if selected, let d = date { print("DATE ",date) } else { // } } picker.show(in: self)
please fix the issue
Hello @AmirShayegh I also facing this issue. My client loves this calendar but now this issue raise when we are changing the language of our iPad. Working fine with English, Issue with the other languages.
Please look at this issue and update us once the issue resolved.
Thanks.