formatDateTimeWithWeekdayShort method

String formatDateTimeWithWeekdayShort([
  1. bool forceLocal = false
])

Implementation

String formatDateTimeWithWeekdayShort([bool forceLocal = false]) =>
    format("llll", forceLocal);