In the example given below we will see, how to display current date and time in the user given format.
Get Date and Time
In the example given below we will see, how to display current date and time in the user given format. To do all this we have first created instance of the calendar class that returns object of the same class whose time fields have been initialized with the current date and time. getTime() method returns current time of date type.
Here is the video tutorial of "How to get date and time in Java?":
import java.util.Calendar;
|
Output will be displayed as: