NepaliDateFormat.MMMMEEEEd constructor

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

Formats the given date according to the specified pattern.

Implementation

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