반응형
To get local formatting use getDateInstance(), getDateTimeInstance(), or getTimeInstance(), or use new SimpleDateFormat(String template, Locale locale) with for example Locale.US for ASCII dates.
lint 에러로 위메시지가 뜨길래 봣더니 설정을 해줘야하는것같다.
SimpleDateFormat("yyyy-MM-dd hh:mm:ss")
SimpleDateFormat("yyyy-MM-dd hh:mm:ss",Locale.getDefault()).format(Date())
Locale.getDefault()를 추가해줘야한다.
반응형
'AOS' 카테고리의 다른 글
(안드로이드) mac에서 adb 사용 (1) | 2022.02.24 |
---|---|
Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent (0) | 2022.01.07 |
(안드로이드) 키보드 관련 정리 (0) | 2021.06.25 |
(안드로이드) timer (0) | 2021.06.16 |
(안드로이드) git 꼬엿을때. (0) | 2021.06.02 |