LocalDate is a date/time object that represents the date only, so we can use that to get the current date. LocalDate date = LocalDate.now();. If ...
確定! 回上一頁