728x90 반응형 SMALL android date1 안드로이드 현재시간 구하기 안드로이드 현재시간 구하기 Step1. 현재 시간 가져오기. Step2. Date 생성하기 Step3. 가져오고 싶은 형식으로 가져오기 long now = System.currentTimeMillis(); Date date = new Date(now); SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");String getTime = sdf.format(date); 2019. 1. 1. 이전 1 다음 728x90 반응형 LIST