[Android] 현재 날짜, 시간 구하기 (SimpleDateFormat)
어플 개발 중 현재 시간을 필요로 하는 경우가 꽤 많이 있다. 안드로이드에서는 이를 기본 라이브러리로 제공한다. (사실 자바 라이브러리) 1. 현재 시간을 가져온다. long now = System.currentMills(); 2. Date형식으로 고친다. Date mDate = new Date(now); 3. 날짜, 시간을 가져오고 싶은 형태로 가져올 수 있다. SimpleDateFormat simpleDate = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss"); String getTime = simpleDate.format(mDate); 위와 같이 작성할 경우, String 형의 getTime 변수에 "2018-07-06 01:42:00" 이런식으로 날짜를 가져올 수 있..
App & Web dev./Android (Java)
2018. 10. 9. 15:51
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- MySQL
- Machine Learning
- 3Dvision
- Object Detection
- vscode
- CUDA
- java
- 우분투
- Neural Radiance Field
- git
- Computer Vision
- 2-stage Detector
- Deep Learning
- pytorch
- Docker
- Anaconda
- Macbook
- nvidia
- nerf
- GaussianSplatting
- error
- nginx
- SSH
- GPU
- numpy
- Novel View Synthesis
- Android
- MacOS
- ubuntu
- Python
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함