toLocalDateTime

fun Date.toLocalDateTime(): LocalDateTime

Convert a date to a local date time.

Receiver

Date to be converted to a local date time.

Return

Local date time representation of the given date.