SimpleDateFormat 썸네일형 리스트형 SimpleDateFormat SimpleDateFormat 예제 import java.text.SimpleDateFormat; import java.util.Calendar; public class CalendarTest { public static void main(String[] args) { Calendar now = Calendar.getInstance(); // 년도-월-일-시-분-초 int year = now.get(Calendar.YEAR); // 5월값 저장변수 january = 0, May = 4 이다. int month = now.get(Calendar.MONTH)+1; int day = now.get(Calendar.DAY_OF_MONTH); int hour = now.get(Calendar.HOUR_OF_DAY.. 더보기 이전 1 다음