parseLocalDate

fun parseLocalDate(text: String): LocalDate

Parse a local date allowing only to specify the year or the year and the month. Missing month and day will be defaulted to january and one respectively.

Return

Local date parsed from the supplied text.

Parameters

text

Text to be parsed to a local date.