In javascript, Date has few constructors: Date(), ...
# javascript
g
In javascript, Date has few constructors: Date(), Date(string), Date(Long), … Kotlin version of Date only has empty constructor. Do you know how to call the others (or call Date.parse() method)?