Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Calendar calendar = Calendar.getInstance();
  2. SimpleDateFormat dateFormat = new SimpleDateFormat("HH:mm:ss");
  3. System.out.println(dateFormat.format(calendar.getTime()));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement