My code returns the current month as a number, for instance, if the month is July, the code will display 7 (see image link). http://imgur.com/Rvf8QYp How do I print the months name against its number?
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]);
}