Date yourDate = new Date(); // this will be your java.util.Date instance to convert LocalDate date = yourDate.toInstant().atZone(ZoneId.systemDefault()).toLocalDate();