sigmadeltasoftware / CalPose

Android/Jetpack Compose library for Calendar rendering
61 stars 15 forks source link

The day of the week is now also correct for all days of week 0 #12

Closed Tosch-IT closed 2 years ago

Tosch-IT commented 2 years ago

There was a bug that the day of the week was not always set correctly in the CalposeDate instance for the days of the first week of a month. The reason for this bug is that the days of the prior month were ignored while setting dayOfWeek for days of the current month.

sigmadeltasoftware commented 2 years ago

Thanks!