[][src]Function date_calculations::end_of_week

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

Returns the end of the week relative to the provided date.

Weeks end on Saturday.