[][src]Function date_calculations::end_of_quarter

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

Returns the last day of the current quarter and year.

This will either be March 31, June 30, September 30, or December 31 of the current year.