[][src]Function date_calculations::next_month

pub fn next_month(date: &NaiveDate) -> Option<NaiveDate>

Returns the first day of the next month.

If the current month is December, this will shift to the next year.