DateUtils

object DateUtils

Date/time utilities

Before this object is accessed the first time, the accessing thread's contextClassLoader must be set to an Android Context.classLoader!

Functions

Link copied to clipboard
fun isDate(date: Temporal?): Boolean

Determines whether a given Temporal represents a DATE value.

fun isDate(date: DateProperty<*>?): Boolean

Determines whether a given date represents a DATE value.

Link copied to clipboard

Determines whether a given Temporal represents a DATE-TIME value.

fun isDateTime(date: DateProperty<*>?): Boolean

Determines whether a given date represents a DATE-TIME value.