Function normalize_date

Source
pub fn normalize_date(
    year: &str,
    month: &str,
    day: &str,
) -> (String, String, String)
Expand description

Takes year, month and day as strings and pads them to 4, 2, 2 digits respectively.