Date Time Parser
abstract class DateTimeParser
Content copied to clipboard
A parser that converts text into a collection of date-time fields that are understood throughout Island Time.
Functions
parse
Link copied to clipboard
fun parse(text: CharSequence, settings: DateTimeParserSettings = DateTimeParserSettings.DEFAULT): DateTimeParseResult
Content copied to clipboard
Parse text into a DateTimeParseResult containing all parsed fields.