I need a function that takes a date string as input, and either validates that the input is formatted %m/%d%Y (MM/DD/YYYY) or reformats the given date to that format. Howeve