parseDate

fun String.parseDate(): Date

Parse an UTC date as passed by online API's example: "2021-04-11T14:43:33Z".parseDate()

Sources

jvm source
Link copied to clipboard