TextMessageDetailActivity 문자열 리소스화
This commit is contained in:
@@ -12,8 +12,8 @@ import java.util.TimeZone
|
||||
fun String.convertDateFormat(
|
||||
from: String,
|
||||
to: String,
|
||||
inputLocale: Locale = Locale.KOREAN,
|
||||
outputLocale: Locale = Locale.KOREAN
|
||||
inputLocale: Locale = Locale.getDefault(),
|
||||
outputLocale: Locale = Locale.getDefault()
|
||||
): String {
|
||||
val fromDateFormat = SimpleDateFormat(from, inputLocale)
|
||||
val toDateFormat = SimpleDateFormat(to, outputLocale)
|
||||
|
||||
Reference in New Issue
Block a user