NepaliDateFormat.MMMMd constructor

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

Formats the given date according to the specified pattern.

Implementation

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