fuzzy_to_datetime

Function fuzzy_to_datetime 

Source
pub fn fuzzy_to_datetime(
    dt: &str,
    date_opts: Option<DateOptions>,
    time_separator: Option<char>,
) -> Result<NaiveDateTime, 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