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

commonMain.com.bselzer.ktx.datetime.format.DateTimeFormatter.kt Maven / Gradle / Ivy

The newest version!
package com.bselzer.ktx.datetime.format

import kotlinx.datetime.Instant

interface DateTimeFormatter {
    fun format(instant: Instant): String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy