SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd");
Date date = format.parse("2021-01-02"); // String -> Date
Calender cal = Calender.getInstance();
cal.setTime(date); // Date -> Calendar
parse 함수 사용할때 exception 처리안하면 error가 뜰텐데 throws나 try/catch로 처리하면 해결