getMonthName

fun getMonthName(month: Int, format: NameFormat = NameFormat.FULL, language: NepaliDatePickerLang = NepaliDatePickerLang.ENGLISH): String(source)

Parameters

month

takes value between 1 to 12.

format

gives name of month either in short or full name.

language

gives name of Nepali months in english or nepali.

NameFormat.MEDIUM&NameFormat.FULL gives full name of month i.e. January, February, etc. NameFormat.SHORT gives short name of month i.e. Jan, Feb, etc.]

Use NepaliDatePickerLang.ENGLISH for english name of Nepali month.