FabioFiuza / scrollable_clean_calendar

A calendar with vertical scroll
MIT License
35 stars 59 forks source link

how to show only month in calendar? #34

Closed Flavio-Vieirastack closed 2 years ago

Flavio-Vieirastack commented 2 years ago

Can you give me a tip on how to show only the name of the month? Instead of January 2022 I wanted to show only January

rodrigodobbin commented 2 years ago

Hello @Flavio-Vieirastack.

You can use the parameter monthBuilder to build the Month Widget the way you want. As you can see in the picture below.

Simulator Screen Shot - iPhone SE (3rd generation) - 2022-06-24 at 10 39 01

Here is the code example (with prints to see the log) . Remember the month variable is a String with the value MONTH YEAR.

Captura de Tela 2022-06-24 às 10 39 30