Guest User

Untitled

a guest
Jul 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Date date = Calendar.getInstance().getTime();
  2.  
  3. DateFormat dateFormat = new SimpleDateFormat("yyyy-mm-dd hh:mm:ss");
  4. String strDate = dateFormat.format(date);**
Add Comment
Please, Sign In to add comment