pub fn fuzzy_to_date(
dt: &str,
date_opts: Option<DateOptions>,
) -> Result<NaiveDate, ParseError>Expand description
If the second argument is None, the function will attempt to guess the date order Otherwise, it will use the provided date order and splitter