Class type Javascript.date


class type date = object .. end

method getTime : float
method getDate : int
method getMonth : int
method getHours : int
method getMinutes : int
method getFullYear : int
method setDate : int -> unit
method setMonth : int -> unit
method setHours : int -> unit
method setMinutes : int -> unit
method toString : string
method toDateString : string
method toLocaleString : string