NepaliDateFormat.yMd constructor

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

Formats the given date according to the specified pattern.

Implementation

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