SimformSolutionsPvtLtd / flutter_calendar_view

A Flutter package allows you to easily implement all calendar UI and calendar event functionality. 👌🔝🎉
https://pub.dev/packages/calendar_view
MIT License
418 stars 253 forks source link

is there a way to show a 24 hour format for the weekView? #370

Closed mklepaczko closed 4 months ago

mklepaczko commented 4 months ago

is there a way to show a 24 hour format for the weekView?

ravilsimform commented 4 months ago

@mklepaczko you can use timeLineStringBuilder inside weekview.

timeLineStringBuilder: (date, {secondaryDate}) { return '${date.hour}:${date.minute}'; },

Screenshot 2024-05-23 at 5 13 38 PM
mklepaczko commented 4 months ago

Works like a charm, thanks a lot for this quick answer!

Could be in the readMe.