toDateString method

String? toDateString()

格式化时间字符串为日期

Implementation

String? toDateString() {
  return dateFormat(DateFormats.y_mo_d);
}