Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. package lesson_1;
  2.  
  3. public class frame_1_5_4 {
  4.  
  5. public static void main(String[] args) {
  6.  
  7. System.out.println(System.currentTimeMillis()/1000/60/60/24 + ":" + System.currentTimeMillis()/1000/60/60 + ":" +
  8. System.currentTimeMillis()/1000/60 + ":" + System.currentTimeMillis()/1000);
  9.  
  10. }
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement