m property

String m

month number string whatever length it has

Implementation

String get m {
  return date.month.toString();
}