pub fn parse_date_range(buf: &[u8]) -> Result<DateRange, Error>
Looks for a range separator ‘-’. Returns a DateRange.
DateRange