-
Notifications
You must be signed in to change notification settings - Fork 414
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
Change color of weak start day and weak end days #61
Comments
# Modify this class to display Start day as Sundaypublic abstract class DPCalendar {
// if(c.DAY_OF_YEAR==2017 && c.MONTH==1 ||c.DAY_OF_YEAR==2017&& c.MONTH==10)
} # Here you can change the week start and weekend day color
@OverRide
} |
How to change the color of weak end days and weak start days. by default it is red I want to change it as black . how to do this ??
The text was updated successfully, but these errors were encountered: