toDateString method

String toDateString()

Implementation

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