Java: Display the current date time in specific format
Formatted Date and Time
Write a Java program to display the current date and time in a specific format.
Pictorial Presentation:
Sample Solution:
Java Code:
Sample Output:
Now: 2017/06/16 08:52:03.066
Flowchart :
For more Practice: Solve these Related Problems:
- Modify the program to format the date in DD-MM-YYYY format.
- Write a program to extract only the time from the current timestamp.
- Convert a string date into a formatted date.
- Calculate the difference between two dates in days.
Java Code Editor:
Contribute your code and comments through Disqus.
Previous: Write a Java program to display the system time.
Next: Write a Java program to print the odd numbers from 1 to 99. Prints one number per line.
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.