nowDisplay property

String get nowDisplay

Implementation

static String get nowDisplay {
  return DateFormat(kDateDisplayFormat).format(DateTime.now());
}