Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. private static int getTime(Date _date)
  2. {
  3. Calendar calendar = Calendar.getInstance();
  4. calendar.setTime(_date);
  5. return calendar.get(Calendar.DATE);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement