To remove the warning just add Locale.getDefault() as the second argument while instantiating the date format object. Eg.
SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss",
java.util.Locale.getDefault());
'Java > API' 카테고리의 다른 글
ArrayList 핵심정리 (0) | 2014.12.02 |
---|---|
[펌-http://sexy.pe.kr/tc/764][JAVA] 자바에서 실수값 반올림, 올림, 버림, 절대값 메서드 (0) | 2014.12.01 |