Question: Java Program : In this lab you are required to develop a Java program to convert dates from one format to another. The user will
Java Program : In this lab you are required to develop a Java program to convert dates from one format to another. The user will input a string composed of the date formatted as: mm-dd-yyyy . Your code will format the date to: ddth of month year. Assume a perfect user who will enter the date in the specified format.
Input: Date as string of the format: mm-dd-yyyy
Output: Date formatted as: ddth of month year
The box below illustrates how your program should behave and appear. REMEMBER in the output: is a space and is a new line. Text in green is user input
Enteradateinmm-dd-yyyyformat:
12-25-2021
Date is: 25th of December 2021
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
