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

name.remal.java.time.ZonedDateTime.kt Maven / Gradle / Ivy

package name.remal

import java.time.ZonedDateTime
import java.util.Date

fun ZonedDateTime.toDate(): Date = Date.from(toInstant())




© 2015 - 2024 Weber Informatics LLC | Privacy Policy