pub fn parse_date(date: &str) -> Result<Vec<NaiveDate>>Expand description
Parses a given string into a vector of naive dates. Implicit or explicit time ranges (see [literal range][two-timer]) may result in multiple dates, if the range is longer than one full day. See the parse date feature file for detailed examples.