[][src]Function datetimeutils::days_in_month

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

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