How to print current date and time in Java?



Problem Description :


Write a program in Java that prints current date and time.

Concept :


There are 5 ways to print current date and time using following classes in java.
  1. Date - This class instance provides current date and time.
  2. Calendar - getTime() method of this class provides current date and time.
  3. LocalDate - This class instance provides current date.
  4. LocalDateTime - This class instance provides current date and time.
  5. ZonedDateTime - This class instance provides current date, time and timezone.


Note : Java 8 is required to run below code because LocalDate, LocalDateTime and ZonedDateTime classes are part of Java 8 API.

Java Program :





Output :


Output of Java program how to print current date and time.
Output - How to print current date and time in Java?

References :






https://docs.oracle.com/javase/8/docs/api/java/time/ZonedDateTime.html#now--

Thank you friends, I hope you have clearly understood the solution of this problem. If you have any doubt, suggestion or query please feel free to comment below. You can also discuss this solution in our forum.

Tags : Date and Time Problems, Current Date, LocalDate, LocalDateTime, ZonedDateTime, Calendar.

About Author:

I am simple guy with lot of ambitions. My main motive is to share whatever knowledge I have related to programming. With me you can easily learn how to solve any programming problem in Java.You can connect with me on social networking sites also.


Let's Get Connected: Linkedin | Facebook |

How to print current date and time in Java? How to print current date and time in Java? Reviewed by Rohit Agarwal on 11/24/2016 Rating: 5

No comments:

Please provide your valuable comments. If you have any suggestion please share with me I will work on it and if you have any question or doubt please ask, don't hesitate. I am your friend, i will clarify all your doubts.

Powered by Blogger.