Open sanjeet007 opened 2 years ago
Replace this into your calendar activity
Calendar startDate = Calendar.getInstance();
startDate.add(Calendar.MONTH, 0);
Calendar endDate = Calendar.getInstance();
endDate.add(Calendar.MONTH, 2);
Replace this into your calendar activity
Calendar startDate = Calendar.getInstance(); startDate.add(Calendar.MONTH, 0); Calendar endDate = Calendar.getInstance(); endDate.add(Calendar.MONTH, 2);
Will it disable previous day date selection without affecting calendar
Thanks for replying I will use this code
One more thing can i change its ui means can i customized it's layout of horizontal calendar view?
yes you can but depend what you want to achieve
Anyway how I can disable weekends and keep it between Monday through Friday?
Expected Behavior / Goal
Actual Behavior
Steps to Reproduce the Problem (sample code if possible)
Specifications