Advertisement
coasterka

#1CurrentDateTime

May 9th, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.16 KB | None | 0 0
  1. import java.time.LocalDateTime;
  2.  
  3. public class CurrentDateTime {
  4.     public static void main(String[] args) {
  5.         System.out.println(LocalDateTime.now());
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement