Reverse

Your program should loop repeatedly until the user enters an empty string. Date formats. Write a . function. called . long_date. that will accept a date in the format m/d/y (e.g. "1/1/2020", or " 01/01/20 ") and display the date in the format January 1, 2018. Input: The input will be a string made up only of digits and two slashes. ................
................