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

How can i start week with monday instead of sunday? #14

Open
karnshah8890 opened this issue Jun 26, 2017 · 3 comments
Open

How can i start week with monday instead of sunday? #14

karnshah8890 opened this issue Jun 26, 2017 · 3 comments

Comments

@karnshah8890
Copy link

karnshah8890 commented Jun 26, 2017

Currently, month view and week view starts with Sunday. How can I start it with Monday?
@xiaojianglaile please help me.

@rajscet
Copy link

rajscet commented May 20, 2018

I have done it. can you post same question in stackoverflow? So i can answer there as well.
Stackoveroverflow points are important for me as well.
After stackover flow. I will sure post answer here as well

@libin1993
Copy link

@rajscet How to do it

@rajscet
Copy link

rajscet commented May 27, 2018

if(weekNumber==1)
weekNumber=7;
else
weekNumber-=1;

Apply everywhere in lib where you found weekNumber

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