NepaliDateFormat.jm constructor
NepaliDateFormat.jm([
- Language? language
Formats the given date according to the specified pattern.
Implementation
NepaliDateFormat.jm([Language? language])
: this(
language == Language.nepali ? 'aa h:mm' : 'h:mm aa',
language,
);