最佳答案
将java.util.Date
对象转换为新的JDK 8/JSR-310 java.time.LocalDate
的最佳方法是什么?
Date input = new Date();
LocalDate date = ???