daysInMonth

Determine the number of days in a month, 1..31.

int
daysInMonth
(
int year
,
int month
)

Parameters

month int

1..12

Suggestion Box / Bug Report