-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Week in Arabic is shown two days ahead #388
Comments
+1 Facing the same issue with Bengali(bn) language |
I found the problem and was able to work around it by forking the library and editing
this changes the order of days and it now starts from Saturday but at least it displays the correct day. I won't be submitting a pull request since my solution changes the appearance slightly and if the maintainers want to use it is just one line. here is my fork that contains the fix: https://github.com/humazed/android-times-square you can use from;
here is how it looks now: |
This is nothing related to RTL language. So please excuse me for the message above. |
The calender shows the current date two days ahead. Example, if today is 13th Seb Wednesday then in Arabic it is showing 13th Sep Friday. How can this is solved?
calendarView.init(today,nextYear.getTime(),new Locale("ar","EG")). inMode(CalendarPickerView.SelectionMode.MULTIPLE);
The text was updated successfully, but these errors were encountered: