Grouped Date Time Parser
class GroupedDateTimeParser
Content copied to clipboard
Functions
parse
Link copied to clipboard
fun parse(text: CharSequence, settings: DateTimeParserSettings = DateTimeParserSettings.DEFAULT): List<DateTimeParseResult>
Content copied to clipboard
Parse text into a list of results, each containing the parsed fields associated with a particular group.