calendarTime method

String calendarTime(
  1. Moment moment
)

Some languages require article before the hours. For example, la 1:20, las 13:20 (Spanish)

Implementation

String calendarTime(Moment moment) =>
    moment.format(localizationDefaultHourFormat);