Код: Выделить всё
SimpleDateFormat df = new SimpleDateFormat("MM/dd/yyyy");
Date _d = df.parse("09/01/2014");
SimpleDateFormat new_df = new SimpleDateFormat(
"dd");
String _s = new_df.format(_d);
cinemaTime.setStartTime(_s);
если кто-нибудь знает решение, пожалуйста, помогите мне спасибо
Подробнее здесь: https://stackoverflow.com/questions/262 ... th-and-day
Мобильная версия