d property

String d

day number string whatever length it has

Implementation

String get d {
  return date.day.toString();
}