Calendar c = Calendar.getInstance();
int y1 = c.get(Calendar.YEAR);
int m1 = c.get(Calendar.MONTH)+1;
int d1 = c.get(Calendar.DATE)+1;
String y = Integer.toString(y1);
String m = Integer.toString(m1);
String d = Integer.toString(d1);
String result = y+m+d;
이거 왜 오류나니 ㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠ
int y1 = c.get(Calendar.YEAR);
int m1 = c.get(Calendar.MONTH)+1;
int d1 = c.get(Calendar.DATE)+1;
String y = Integer.toString(y1);
String m = Integer.toString(m1);
String d = Integer.toString(d1);
String result = y+m+d;
이거 왜 오류나니 ㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠ
이렇게 간단한것도 못하다니
어디서 무슨 에러가 나는데
앱이 걍 튕겨버림
내 이클립스가 문젠가
내 이클립스가 문젠가
로그캣에 에러 뜨잖아
근데 aug 뭐시기는 적절한 단어가 아니래 ㅋㅋㅋ
등록이 안되 화나
로그캣봐도 아리송해 ㅠㅠ 며칠사이에 소스는 안건들었는데 앱도 그대론데 갑자기 작동을 안함