getCurrentDate method

LocalDate getCurrentDate()

Returns the local date of the current instant provided by the underlying clock, adjusted to the time zone of this object.

The local date of the current instant provided by the underlying clock, adjusted to the time zone of this object.

Implementation

LocalDate getCurrentDate() => getCurrentZonedDateTime().calendarDate;