pub fn normalize_date( year: &str, month: &str, day: &str, ) -> (String, String, String)
Takes year, month and day as strings and pads them to 4, 2, 2 digits respectively.
year
month
day
4
2