mm property

String mm

Implementation

String get mm => date.month < 10 ? '0${date.month}' : m;