Create a copy of the app Check02L.java and call it Check02M.java
Use the services of the class Date to create a representation for the current date.
In order to use this class, you will need to provide the proper import statement:
import java.util.Date;
Refer to Example 2.4 (p54 2ed, p55 3ed).
Use the services of the getTime() method to determine the number of milliseconds that have elapsed.
Print out the value at the bottom of the output
Also print out the return of the toString() method.
The output will look something like this:
