Constructors
Types
Functions
get Full Year
Link copied to clipboard
get Milliseconds
Link copied to clipboard
get Minutes
Link copied to clipboard
get Seconds
Link copied to clipboard
get Timezone Offset
Link copied to clipboard
get UTCDate
Link copied to clipboard
get UTCFull Year
Link copied to clipboard
get UTCHours
Link copied to clipboard
get UTCMilliseconds
Link copied to clipboard
get UTCMinutes
Link copied to clipboard
get UTCMonth
Link copied to clipboard
get UTCSeconds
Link copied to clipboard
to Date String
Link copied to clipboard
to ISOString
Link copied to clipboard
to Locale Date String
Link copied to clipboard
fun toLocaleDateString(locales: Array<String> = definedExternally, options: Date.LocaleOptions = definedExternally): String
Content copied to clipboard
fun toLocaleDateString(locales: String, options: Date.LocaleOptions = definedExternally): String
Content copied to clipboard
to Locale String
Link copied to clipboard
fun toLocaleString(locales: Array<String> = definedExternally, options: Date.LocaleOptions = definedExternally): String
Content copied to clipboard
fun toLocaleString(locales: String, options: Date.LocaleOptions = definedExternally): String
Content copied to clipboard
to Locale Time String
Link copied to clipboard
fun toLocaleTimeString(locales: Array<String> = definedExternally, options: Date.LocaleOptions = definedExternally): String
Content copied to clipboard
fun toLocaleTimeString(locales: String, options: Date.LocaleOptions = definedExternally): String
Content copied to clipboard
to Time String
Link copied to clipboard
to UTCString
Link copied to clipboard