yyyyMMdd2 property

String get yyyyMMdd2

Implementation

String get yyyyMMdd2 {
  return DateFormat('yyyy.MM.dd (EE)').format(this);
}