jignesh13/googlecalendar

MonthView - first day of week

AsiaMartini opened this issue · 2 comments

How can I change the first day of week in month view from sunday to monday?
I gave a try but without success.

Thanks.

Any news?

[JCalendarMonthView ]

replace line no 45 with
private String dayname[] = {"M", "T", "W", "T", "F", "S","S"};

And

[MonthFragment ]

add before at line no 49

page=page-1;

it will solve your issue