NepaliDateFormat.yMMMMd constructor

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

Formats the given date according to the specified pattern.

Implementation

NepaliDateFormat.yMMMMd([Language? language]) : this('MMMM d, y', language);