pub fn iso_fuzzy_to_date(dt: &str) -> Result<NaiveDate, ParseError>Expand description
Convert a ISO YMD date-like string to a NaiveDate It assumes Y-M-D order and a hyphen as the splitter, but can accommodate missing month or day components
pub fn iso_fuzzy_to_date(dt: &str) -> Result<NaiveDate, ParseError>Convert a ISO YMD date-like string to a NaiveDate It assumes Y-M-D order and a hyphen as the splitter, but can accommodate missing month or day components