(Date Class Modification) Modify class Date in Fig. 17.17 to have the following capabilities:
a) Output the date in multiple formats such as
DDD YYYY
MM/DD/YY
June 14, 1992
b) 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 en.cppreference.com/w/cpp/chrono/c for information on the functions in header You might also want to check out C++11's new chrono library at en.cppreference.com/w/cpp/chrono.
In Chapter 18, we'll be able to create operators for testing the equality of two dates and for com-paring dates to determine whether one date is prior to, or after, another.
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.