Obtains a LocalDate by querying the specified clock for the current date.
Obtains a LocalDate by querying the current system clock at UTC for the current date.
Tries to obtain a LocalDate from a year, month and day.
Tries to obtain a LocalDate from a year, month and day. The values of all fields must be within range, and the day must be valid for the year and month.
Tries to obtain a LocalDate text formatted according to the provided formatter
.
Tries to obtain a LocalDate from text formatted according to format.DateTimeFormatter.Iso.LocalDate.
Factory object for creation of LocalDate instances.