Date

external class Date

Exposes the Date API to Kotlin.

Constructors

Link copied to clipboard
fun Date(milliseconds: Number)
Link copied to clipboard
fun Date(dateString: String)
Link copied to clipboard
fun Date(year: Int, month: Int)
Link copied to clipboard
fun Date(    year: Int,     month: Int,     day: Int)
Link copied to clipboard
fun Date(    year: Int,     month: Int,     day: Int,     hour: Int)
Link copied to clipboard
fun Date(    year: Int,     month: Int,     day: Int,     hour: Int,     minute: Int)
Link copied to clipboard
fun Date(    year: Int,     month: Int,     day: Int,     hour: Int,     minute: Int,     second: Int)
Link copied to clipboard
fun Date(    year: Int,     month: Int,     day: Int,     hour: Int,     minute: Int,     second: Int,     millisecond: Number)
Link copied to clipboard
fun Date()

Types

Link copied to clipboard
object Companion
Link copied to clipboard
interface LocaleOptions

Functions

Link copied to clipboard
fun getDate(): Int
Link copied to clipboard
fun getDay(): Int
Link copied to clipboard
Link copied to clipboard
fun getHours(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getMonth(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getUTCDay(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun toJSON(): Json
Link copied to clipboard
fun toLocaleDateString(locales: Array<String> = definedExternally, options: Date.LocaleOptions = definedExternally): String
fun toLocaleDateString(locales: String, options: Date.LocaleOptions = definedExternally): String
Link copied to clipboard
fun toLocaleString(locales: Array<String> = definedExternally, options: Date.LocaleOptions = definedExternally): String
fun toLocaleString(locales: String, options: Date.LocaleOptions = definedExternally): String
Link copied to clipboard
fun toLocaleTimeString(locales: Array<String> = definedExternally, options: Date.LocaleOptions = definedExternally): String
fun toLocaleTimeString(locales: String, options: Date.LocaleOptions = definedExternally): String
Link copied to clipboard
Link copied to clipboard