yMd property

String get yMd

Implementation

String get yMd {
  return HbUtil.dateTimeFormat(
    HbRouter.key.currentState!.context,
    time: this,
    customFormat: DateFormat.yMd,
  );
}