View 속성 중에
duplicateState true 개좋다.
fun Date.dateToString(format: String, local : Locale = Locale.getDefault()): String{ val formatter = SimpleDateFormat(format, local) return formatter.format(this) } fun currentDate(): Date{ return Calendar.getInstance().time }
머트리얼 디자인 정리 버튼, 텍스트필드 등
https://medium-23-pieces.tistory.com/10
날짜다루는 함수들
https://youngest-programming.tistory.com/352
https://yj95.tistory.com/202
lateinit var 초기화되었는지 확인
mssql 안드로이드에서 직접 연동해서 조회할 때 주의사항
datetime 타입의 데이터를 가져올 때 getDate가 아니라 getTimeStamp로 받자!
댓글 없음:
댓글 쓰기