Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Days of week not displaying correctly #19

Open
kumarsankk opened this issue Sep 10, 2020 · 2 comments
Open

Days of week not displaying correctly #19

kumarsankk opened this issue Sep 10, 2020 · 2 comments

Comments

@kumarsankk
Copy link

kumarsankk commented Sep 10, 2020

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)

@sanjayagaze
Copy link

please fix the issue

@DipakChhag149
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants