pub fn date_sequence(start: Date, end: Date) -> Vec<Date>
Function to generate a sequence of dates from a start date, end date.