getCurrentMonth function

int getCurrentMonth()

Implementation

int getCurrentMonth() {
  return DateTime.now().month;
}