toLocalDate

fun Date.toLocalDate(): LocalDate

Convert a date to a local date.

Receiver

Date to be converted to a local date.

Return

Local date representation of the given date.