All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.krono.TemporalFormattable.kt Maven / Gradle / Ivy

The newest version!
@file:JsExport

package krono

import kotlinx.JsExport

interface TemporalFormattable {
    fun format(pattern: String): String

    fun toIsoString(): String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy