CompactCalendarView
CompactCalendarView copied to clipboard
Show month on toolbar with complete String
hello,
i want to show month with complete string not as '3' character, so how can i achieve this??
Mar-2018 convert March-2017
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.
Use SimpleDateFormat("MMMM - yyyy", Locale.getDefault())