CompactCalendarView icon indicating copy to clipboard operation
CompactCalendarView copied to clipboard

Show month on toolbar with complete String

Open jatinbsa opened this issue 7 years ago • 2 comments

hello,

i want to show month with complete string not as '3' character, so how can i achieve this??

Mar-2018 convert March-2017

jatinbsa avatar Feb 02 '18 06:02 jatinbsa

Register onscroll listener on the calendar. When a scroll hapens, use the date passed in and change a value in the TextView/Toolbar using Java's SimpleDateFormat class. Check the example app in the root of this project.

SundeepK avatar Mar 19 '18 22:03 SundeepK

Use SimpleDateFormat("MMMM - yyyy", Locale.getDefault())

Kashish-Chugh avatar Jul 27 '19 22:07 Kashish-Chugh