formatDateTimeWithWeekday method

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

Implementation

String formatDateTimeWithWeekday([bool forceLocal = false]) =>
    format("LLLL", forceLocal);