You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@waqasebmacs
To make it start from Sunday we need to do below modifications in library project
1 --> In WeekCalendar class go to getWeekDayNames() method. Here keep daysName.remove(0); and remove/comment daysName.add(daysName.remove(0));.
2 --> In WeekFragment class go to init() method. Here set midDate to WEDNESDAY like below if (midDate != null) { midDate = midDate.withDayOfWeek(DateTimeConstants.WEDNESDAY); }
can not start with sunday view like how to start of the week day from sunday
Sun Mon Tue .. so on
The text was updated successfully, but these errors were encountered: