我的代码以数字形式返回当前月份,例如,如果月份是 7 月,则代码将显示 7(参见图片链接)。 http://imgur.com/Rvf8QYp 如何打印月份名称和它的编号?
public void showOnScreen() {
date_today.setText(mYear + "Years" + mMonth + "Month");
e00.setText("" + a[0][0]);
e01.setText("" + a[0][1]);
e02.setText("" + a[0][2]);
e03.setText("" + a[0][3]);
e04.setText("" + a[0][4]);
e05.setText("" + a[0][5]);
e06.setText("" + a[0][6]);
}