pub fn succ_month(date: NaiveDate) -> NaiveDate
Creates a date with the next month based on given date. panics if year, month or day doesnt exist.