[][src]Function date_calculations::next_quarter

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

Returns the first day of the next quarter.

If the current date falls in the last quarter of the year, this will shift to the first quarter of the next year.