format method

String format(
  1. DateTime date
)

Format date using this timestamp style.

Implementation

String format(DateTime date) => formatDate(date, this);