코틀린 - UTC를 현지 시간으로 전환
1555 단어 androidprogrammingkotlin
2018년 12월 10일
설명: 1
정답: 1
13
UTC 문자열 날짜를 로컬 시간으로 변환하려고 시도하고 있기 때문에 형식을 더 읽을 수 있습니다
내 활동 레이아웃 중 하나textView
:<TextView
android:id="@+id/dateTv"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/titleTv"
tools:text="Published Date" />
내 활동 중:class FullArticleActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
…
Open Full Question
Reference
이 문제에 관하여(코틀린 - UTC를 현지 시간으로 전환), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://dev.to/mondal_arka/kotlin-convert-utc-to-local-time-1pil
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
<TextView
android:id="@+id/dateTv"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/titleTv"
tools:text="Published Date" />
class FullArticleActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
Reference
이 문제에 관하여(코틀린 - UTC를 현지 시간으로 전환), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/mondal_arka/kotlin-convert-utc-to-local-time-1pil텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)