format method

String format(
  1. DateFormat formatter
)

Implementation

String format(DateFormat formatter) => formatter.format(this);