parse

fun parse(text: CharSequence, settings: DateTimeParserSettings = DateTimeParserSettings.DEFAULT): List<DateTimeParseResult>

Parse text into a list of results, each containing the parsed fields associated with a particular group.

Return

a list of results, matching the number of groups defined in the parser

Parameters

text

text to parse

settings

customize parsing behavior

Throws