Question: 10. Write a Java Program to read a date in the format DD/MM/YYYY and display it with the format for example the input 03/05/1972
10. Write a Java Program to read a date in the format "DD/MM/YYYY" and display it with the format for example the input "03/05/1972" should be converted into 3-rd May, 1972.
Step by Step Solution
There are 3 Steps involved in it
To read a date in the format DDMMYYYY and display it in the desired format you can use Java Heres a ... View full answer
Get step-by-step solutions from verified subject matter experts
