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.
import java.util.Calendar;
|
Output will be displayed as:

|
Recommend the tutorial |

Ask Questions? Discuss: Get Date and Time
Post your Comment