Код: Выделить всё
"03/26/2014 17:32:25 IST"
Код: Выделить всё
SimpleDateFormat sdf = new SimpleDateFormat("MM/dd/yyyy hh:mm:ss zzz");
Calendar cal = Calendar.getInstance();
cal.setTimeZone(TimeZone.getDefault());
cal.setTime(sdf.parse("03/26/2014 17:32:25 IST"));
String output = sdf.parse(sdf.format(cal.getTime()));
Любая помощь будет оценена по достоинству.
Подробнее здесь: https://stackoverflow.com/questions/226 ... in-android
Мобильная версия