xiaojianglaile / Calendar

Android日历 仿小米 华为 滴答清单 365日历(农历),周视图 月视图 平滑滚动 节假日 五六行周切换 week or month calendar
1.3k stars 254 forks source link

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

Open karnshah8890 opened 7 years ago

karnshah8890 commented 7 years ago

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

rajscet commented 6 years ago

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 commented 6 years ago

@rajscet How to do it

rajscet commented 6 years ago

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

Apply everywhere in lib where you found weekNumber