아래와 같이: 다음과 같이 코드 코드를 복사합니다 . 문자열 startDate="1328007600000"; SimpleDateFormat sdf=new SimpleDateFormat("yyyy-MM-dd"); String sd = sdf.format(new Date(Long.parseLong(beginDate))); System.out.println(sd);