stdlib
1.4
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
JS
stdlib
/
kotlin.js
/
Date
/
Date
Date
JS
fun
Date
(
milliseconds
:
Number
)
(
source
)
fun
Date
(
dateString
:
String
)
(
source
)
fun
Date
(
year
:
Int
,
month
:
Int
)
(
source
)
fun
Date
(
year
:
Int
,
month
:
Int
,
day
:
Int
)
(
source
)
fun
Date
(
year
:
Int
,
month
:
Int
,
day
:
Int
,
hour
:
Int
)
(
source
)
fun
Date
(
year
:
Int
,
month
:
Int
,
day
:
Int
,
hour
:
Int
,
minute
:
Int
)
(
source
)
fun
Date
(
year
:
Int
,
month
:
Int
,
day
:
Int
,
hour
:
Int
,
minute
:
Int
,
second
:
Int
)
(
source
)
fun
Date
(
year
:
Int
,
month
:
Int
,
day
:
Int
,
hour
:
Int
,
minute
:
Int
,
second
:
Int
,
millisecond
:
Number
)
(
source
)
fun
Date
(
)
(
source
)