[LINUX]
I need some help with converting a number date into a string.the task is:
Your program will prompt the user to enter a date in the formMM/DD/YYYY. Then your program will print “The date entered is XXXXdd, yyyy.” where XXXX is the English month and dd is the date,followed by a comma, the year and a period. You may not have aleading zero on the day field. i.e. if the input is 10/04/2015,then October 04, 2015 is incorrect; it must be October 4, 2015
Expert Answer
An answer will be send to you shortly. . . . .