这是我的代码片段
此处日期为 2013 年 9 月 10 日 09:53:37 格式
TextView tvDate = (TextView) convertView.findViewById(R.id.entered_date);
DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd");
tvDate.setText(dateFormat.format(salesReportItems.getDate().toString()));
TextView tvCardType = (TextView) convertView.findViewById(R.id.card_type);
tvCardType.setText(salesReportItems.getCardType().toString());
请帮我解决这个问题。这是我的错误。
亲爱的皮尤什,
当我使用你的代码时,这里是放出来的