formatYMD property

String get formatYMD

Implementation

String get formatYMD {
  return '$year${'year'.roomTr}$month${'month'.roomTr}$day${'day'.roomTr}';
}