We can use Date class to use current date. In this program we are creating a Date object and by using it we are going to display the current date and time. It implements Serializable, Cloneable, Comparable interfaces. Its known subclasses are Date, Time, Timestamp.
Code of a program is given below:
import java.util.*;
|
Output of this program is given below:
Today date is Tue Dec 19 22:14:46 GMT+05:30 2006
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Example of Date class View All Comments
Post your Comment