formatDateTime method

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

Implementation

String formatDateTime([bool forceLocal = false]) => format("LLL", forceLocal);