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