(Date Class Modification)Modify class Date in Fig. to have the following capabilities:
a) Output the date in multiple formats such as
DDD YYYYMM/DD/YYJune 14, 1992b) Use overloaded constructors to create Date objects initialized with dates of the formats in part (a).
c) Create a Date constructor that reads the system date using the standard library functions of the
header and sets the Date members. (See your compiler’s reference documentation or www.cplusplus.com/ref/ctime/index.html for information on the functions in header .) In Chapter 19, we’ll be able to create operators for testing the equality of two dates and for comparing dates to determine whether one date is prior to, or after, another.
FigureDate class definition; member functions defined in Date.cpp


We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.