NepaliDateFormat.yMd constructor
NepaliDateFormat.yMd([
- Language? language
Formats the given date according to the specified pattern.
Implementation
NepaliDateFormat.yMd([Language? language]) : this('y/MM/dd', language);