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
{{ message }}
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.
@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); }
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: