Applandeo / Material-Calendar-View

Material Calendar View for Android
Apache License 2.0
975 stars 316 forks source link

DateUtils.getCalendar not working #453

Closed charrieanne closed 1 year ago

charrieanne commented 1 year ago

the getCalendar getCalendar has a line stroke is it not available anymore? im trying to set the disabled dates which are the weekends

kormateusz commented 1 year ago

It's still working. It's just deprecated. Use DateUtils.getMidnightCalendar() instead