NepaliDateFormat.yM constructor

NepaliDateFormat.yM([
  1. Language? language
])

Formats the given date according to the specified pattern.

Implementation

NepaliDateFormat.yM([Language? language]) : this('y/MM', language);