boguszpawlowski / ComposeCalendar

A Jetpack Compose library for handling calendar component rendering.
Apache License 2.0
322 stars 40 forks source link

Mode to start on Monday and finish on Sunday #90

Closed JavierGonzal closed 1 year ago

JavierGonzal commented 1 year ago

Mode starts on Monday and finish on Sunday would be a nice feature to add.

Nice library btw, thanks :)

boguszpawlowski commented 1 year ago

Hi @JavierGonzal! You can specify first day of your week by passing it into the calendar object. See https://github.com/boguszpawlowski/ComposeCalendar#calendar-properties-customization and https://github.com/boguszpawlowski/ComposeCalendar/blob/main/sample/src/main/java/io/github/boguszpawlowski/composecalendar/sample/CustomComponentsSample.kt. Is this the feature you were looking for?