kotlin-stdlib
JS
kotlin-stdlib
/
kotlin.js
/
Date
/
Date
Date
JS
fun
Date
(
milliseconds
:
Number
)
Content copied to clipboard
fun
Date
(
dateString
:
String
)
Content copied to clipboard
fun
Date
(
year
:
Int
,
month
:
Int
)
Content copied to clipboard
fun
Date
(
year
:
Int
,
month
:
Int
,
day
:
Int
)
Content copied to clipboard
fun
Date
(
year
:
Int
,
month
:
Int
,
day
:
Int
,
hour
:
Int
)
Content copied to clipboard
fun
Date
(
year
:
Int
,
month
:
Int
,
day
:
Int
,
hour
:
Int
,
minute
:
Int
)
Content copied to clipboard
fun
Date
(
year
:
Int
,
month
:
Int
,
day
:
Int
,
hour
:
Int
,
minute
:
Int
,
second
:
Int
)
Content copied to clipboard
fun
Date
(
year
:
Int
,
month
:
Int
,
day
:
Int
,
hour
:
Int
,
minute
:
Int
,
second
:
Int
,
millisecond
:
Number
)
Content copied to clipboard
fun
Date
(
)
Content copied to clipboard