Function fuzzy_to_date_string

Source
pub fn fuzzy_to_date_string(
    dt: &str,
    date_opts: Option<DateOptions>,
) -> Option<String>
Expand description

convert a date-time-like string to a valid ISO 8601-compatible date string for direct output or further processing via chrono If date_opts is None, the function will attempt to guess the date order with bias towards YMD and DMY in case of ambiguity For best performance, provide the date order and splitter