withFormat method

String? withFormat(
  1. dynamic format
)

Implementation

String? withFormat(format) {
  return DateFormat(format).format(this);
}