iso_fuzzy_to_date

Function iso_fuzzy_to_date 

Source
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