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

ckcalendar arabic days formatting issue #76

Open
farazhaider88 opened this issue Feb 8, 2016 · 2 comments
Open

ckcalendar arabic days formatting issue #76

farazhaider88 opened this issue Feb 8, 2016 · 2 comments

Comments

@farazhaider88
Copy link

Im using ckcalendar(https://github.com/jaykz52/CKCalendar) in one of my application. In arabic locale i need a different layout of days, currently it is showing as following:

screen shot 2016-02-08 at 10 16 17 am

but i need its format as follow:

الأحد الأثنين الثلاثاء الأربعاء الخميس الجمعة السبت

the difference between both the format is that after changing its locale, ckcalendar days are still Right to left.

can any one let me know what should i need to do to fix this. as i try different things but i still get desired results.

@farazhaider88
Copy link
Author

i change update weeks function and now its showing me correct labels but now dates are mismatching with current calander month.

NSUInteger i = 6; for (NSString *day in weekdays) { [[self.dayOfWeekLabels objectAtIndex:i] setText:[day uppercaseString]]; i--; }

@zuaaef
Copy link

zuaaef commented Apr 22, 2016

still need help on this?

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

2 participants