Support custom formats (for parsing as well as toString operations) · Issue #58 · Kotlin/kotlinx-datetime
I think one of the biggest missing items is a formatting system to parse custom date formats as well as to serialize a date object back to a string with custom format. When working with dates both ...