getMonth method

int getMonth()

Implementation

int getMonth() => int.parse(substring(5, 7).append0());