NepaliDateFormat.yMMMMEEEEd constructor

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

Formats the given date according to the specified pattern.

Implementation

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