currentDate

fun currentDate(timeZone: TimeZone = TimeZone.currentSystemDefault()): LocalDate

Reads the current local date.

Return

The current LocalDate in timeZone.

Parameters

timeZone

The time zone used to convert the current instant. Defaults to the system time zone; pass an explicit zone when the picker represents dates in a fixed or user-selected zone.