commonMain.net.codinux.i18n.datetime.DateOrTimeFormats.kt Maven / Gradle / Ivy
Go to download
Localizing language, country, unit and currency names and formatting numbers and dates for Kotlin Multiplatform with the data from Unicode CLDR project
The newest version!
package net.codinux.i18n.datetime
open class DateOrTimeFormats(
val full: String,
val long: String,
val medium: String,
val short: String
) {
override fun toString() = medium
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy