I have to convert a UTC date in this format \"2016-09-25 17:26:12\" to the current time zone of Android. I did this:
SimpleDateFormat simpleDateFormat = new Simp
You can use :
system.out.println(myDate.getDay()+" "+myDate.getMonth()+" "+myDate.getYear());
Put what you need