NepaliDateFormat.jm constructor

NepaliDateFormat.jm([
  1. 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,
      );