DateParser

object DateParser

Important: This is a Public Preview API. It may be changed or removed at any time.

Functions

Link copied to clipboard
fun parseRfc3339DateToString(date: Date?): String?
Link copied to clipboard
fun parseRfc3339StringToDate(date: String): Date?

Implementation based on https://gist.github.com/VincentMasselis/9912b4be4d952eaa9265