Skip to main content

normalize_date

Function normalize_date 

Source
pub fn normalize_date(text: &str) -> Option<String>
Expand description

Normalize a date string to ISO 8601 format (YYYY-MM-DD). Returns None if the date cannot be parsed.