open fun getLocalDate(index: Int): LocalDate
Get a local date at a specified index.
index - The array index.
index
IndexOutOfBoundsException - If the index is out of bounds.
IndexOutOfBoundsException
TomlInvalidTypeException - If the value is not an LocalDate.
TomlInvalidTypeException
Return The value.