Код: Выделить всё
Calendar date = Calendar.getInstance();
initialClientLetterDate.setText(date.get(Calendar.YEAR)+"/"+date.get(Calendar.MONTH)+"/"+date.get(Calendar.DAY_OF_WEEK));
< /code>
Это генерирует неверный «месяц» и «дата». Вывод - 2014/09/06 Подробнее здесь: https://stackoverflow.com/questions/261 ... h-and-date