Skyost / FlutterWeekView

Displays a highly customizable week view (or day view) which is able to display events, to be scrolled, to be zoomed-in & out and a lot more !
https://pub.dev/packages/flutter_week_view
MIT License
208 stars 89 forks source link

Format Date Header and Format AM/PM on hours list #28

Closed thegenet closed 4 years ago

thegenet commented 4 years ago

Awesome plugin but it will be nice if we could use customs formats on the date in the header section and hours to be more human readable use the AM/PM

Skyost commented 4 years ago

See date formatter and time formatter :wink:

thegenet commented 4 years ago

Great man, I search the docs and didn't found how to format the dates and hours maybe you should add an example so you won't be bother again for something this simple 😂

Skyost commented 4 years ago

Yes, it was listed in Common options paragraph on README but I removed it when I've added the Style class. Maybe I should list styling options yeah.