Obtains an instance of Date
from a LocalDate
object
with the same year, month and day of month value as the given
LocalDate
.
The provided LocalDate
is interpreted as the local date
in the local time zone.
date | a LocalDate to convert |
Date
object
NullPointerException | if date is null |
Diagram: Data Date