[][src]Function date_calculations::previous_week

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

Returns the end of the next week.

Weeks end on Saturday.