Function days_in_month

Source
fn days_in_month(year: ri16<-9999, 9999>, month: ri8<1, 12>) -> ri8<1, 31>
Expand description

Returns the number of days in the given year and month.

This correctly returns 29 when the year is a leap year and the month is February.