Write a program that accepts a date from the user in the form: month dd, yyyy and then display it in the form of mm/dd/yyyy , where month is the name of the month.
Example input:
February 17, 2011
Example output:
You entered the date 2/17/2011