DatePicker icon indicating copy to clipboard operation
DatePicker copied to clipboard

Days of week not displaying correctly

Open kumarsankk opened this issue 5 years ago • 2 comments

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. Simulator Screen Shot - iPhone 11 Pro Max - 2020-09-11 at 03 18 28

Simulator Screen Shot - iPhone 11 Pro Max - 2020-09-11 at 03 13 05 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)

kumarsankk avatar Sep 10 '20 21:09 kumarsankk

please fix the issue

sanjayagaze avatar Sep 30 '20 08:09 sanjayagaze

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.

DipakChhag149 avatar Feb 09 '21 17:02 DipakChhag149