¿¹Á¦
public class
ClassA
{{
public void
test () {
SimpleDateFormat sdf =
new
SimpleDateFormat();
}
}
¼Ö·ç¼Ç
Ç×»ó Locale Àμö¸¦ SimpleDateFormat º¯¼ö ¼±¾ð¿¡ Ãß°¡ÇϽʽÿÀ.
public class
ClassA
{{
public void
test () {
Locale loc = Locale.
US
;
SimpleDateFormat sdf =
new
SimpleDateFormat("", loc);
}
}