parseFromDotFormat

fun LocalDate.Companion.parseFromDotFormat(dotFormattedDateString: String): LocalDate

Parse dotFormattedDateString into LocalDate.

Return

LocalDate made of dotFormattedDateString

Parameters

dotFormattedDateString

date string with format dd.MM.yyyy