Function year_helper::get_days_in_month
source · Expand description
Calculate how many days in a month.
If the input month
is not between 1
and 12
, this function will return None
.
Calculate how many days in a month.
If the input month
is not between 1
and 12
, this function will return None
.