Returns the date of this weekday index weeks in the future. 0 means the next date (including today), 1 means the date after the next date, etc.
index
DateTime peek(int index) { return futureDates(index).last; }