curMonthAsString top-level property

String curMonthAsString

Returns local current month as a # String formatted MM (ex. '04').

Implementation

String get curMonthAsString {
  return formatCurDate(format: 'MM');
}