prolificinteractive / material-calendarview

A Material design back port of Android's CalendarView
https://prolificinteractive.github.io/material-calendarview/
MIT License
5.92k stars 1.32k forks source link

Change the English date to Nepali Date #338

Closed krazziekay closed 8 years ago

krazziekay commented 8 years ago

How can I change the English date system into Nepali date?? Using a English to Nepali date convertor plugin, is there anyway I can change the month and dates of this calendar view??

quentin41500 commented 8 years ago

@krazziekay You need to use formatters. Here is the doc https://github.com/prolificinteractive/material-calendarview/blob/master/docs/CUSTOMIZATION.md#custom-labels.

You should check the sample project, there is examples as well.