Merhabalar hocam, şu şekilde bir kullanım var, istersen bunu deneyebilirsin:
Date date = new Date();
LocalDate localDate = date.toInstant().atZone(ZoneId.systemDefault()).toLocalDate();
int year = localDate.getYear();
int month = localDate.getMonthValue();
int day = localDate.getDayOfMonth();
Kaynak:
https://stackoverflow.com/questions/...-gregorian-cal