format method

String format(
  1. String format
)

Implementation

String format(String format) {
  return DateFormat(format).format(_value);
}