dateFormat method

String dateFormat(
  1. String format
)

Implementation

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