“Format tekstu czasu Kotlin Android Studio” Kod odpowiedzi

Format tekstu czasu Kotlin Android Studio

val currentTime: String = SimpleDateFormat("HH:mm:ss", Locale.getDefault()).format(Date())
//for time
Dieter

Format tekstu czasu Kotlin Android Studio

val currentDate: String = SimpleDateFormat("dd/MM/yyyy", Locale.getDefault()).format(Date())
//for date
Dieter

Odpowiedzi podobne do “Format tekstu czasu Kotlin Android Studio”

Pytania podobne do “Format tekstu czasu Kotlin Android Studio”

Więcej pokrewnych odpowiedzi na “Format tekstu czasu Kotlin Android Studio” w Kotlin

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu