toYYYYMMDDString method

String toYYYYMMDDString()

Implementation

String toYYYYMMDDString() {
  return format(
    'yyyy-MM-dd',
  );
}