material-calendarview
material-calendarview copied to clipboard
Display only three letters in month
How can I display only first three letters of month name (like Jan 2020)
@tailorshivam Hi! See wiki in section custom lables . Use TitleFormatter
@Nuclominus I have tried the following
calendarView.setTitleFormatter{"MMM yyyy"}
But still current month is displayed as June 2020, can you please let me know what other change do I need to make?