Available on crate feature
cookies
only.Expand description
Get the number of days in the month of a given year.
assert_eq!(util::days_in_year_month(2020, Month::February), 29);
cookies
only.Get the number of days in the month of a given year.
assert_eq!(util::days_in_year_month(2020, Month::February), 29);