Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Calendar now = Calendar.getInstance();
  2. int year = now.get(Calendar.YEAR);
  3. int month=now.get(Calendar.MONTH)+1;
  4. int day=now.get(Calendar.DAY_OF_MONTH);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement