LocalDateTime.toLocalDate

Gets the {@code LocalDate} part of this date-time. !(p) This returns a {@code LocalDate} with the same year, month and day as this date-time.

@return the date part of this date-time, not null

class LocalDateTime
override
toLocalDate
()

Meta