I am trying to check if a string contains a 24-hour time. Here is my current code:
func isMilTime(from string: String) -> Bool { let dateFormatter = D