maxDaysInMonth top-level constant

List<int> const maxDaysInMonth

Implementation

const maxDaysInMonth = [31, 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];