Java
[JAVA] Timestamp 현재 타임스탬프 구하기
gimgongta
2019. 8. 21. 10:37
반응형
long dateToday = new Timestamp( System.currentTimeMillis() ).getTime();
반응형