-
Notifications
You must be signed in to change notification settings - Fork 653
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
How to change the first day of the week to monday in week view #313
Comments
Hi i fixed the above issue by editing two functions as below
I jus tried this and it worked out but if possible explain me the logic in the _setupDaysView function.Thank you. |
@ranjith1109 I've made a library which gets first day of the week from user's current locale automatically: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I have changed the first day of the week to monday in the month view but am not able to do the same in the week view.I changed to monday by using the following syntax " self.monthView = [self.monthView initWithSundayAsFirst:NO] " .How to achieve this in weekview? Kindly guide me.Thank you.
The text was updated successfully, but these errors were encountered: