Skip to main content

days_in_month

Function days_in_month 

Source
pub fn days_in_month(year: u64, month: Month) -> u64
Expand description

Takes in a year and month (e.g. 2020, February) and returns the number of days in that month.