parse

expect fun parse(isoString: String): LocalDate

Parses a string that represents a date in ISO-8601 format and returns the parsed LocalDate value.

An example of a local date in ISO-8601 format: 2020-08-30.

Throws

if the text cannot be parsed or the boundaries of LocalDate are exceeded.

actual fun parse(isoString: String): LocalDate
actual fun parse(isoString: String): LocalDate
actual fun parse(isoString: String): LocalDate