Java 시간을 찍어보는 다른 방법 우혁이 아빠 2012. 2. 1. 15:34 Date date = new Date(); DateFormat dateFormat = DateFormat.getDateTimeInstance(DateFormat.LONG, DateFormat.LONG, locale); String formattedDate = dateFormat.format(date); 2012년 2월 1일 (수) 오후 3시 28분 46초. 저작자표시 (새창열림)