next_quarter

Function next_quarter 

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

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.