gaetan
public external class Date { companion object { fun parse(stringDate: String): Date } public fun getTime(): Double }