Class type Js.date_constr

Specification of the date constructor, considered as an object.

method parse : js_string t -> float meth
method _UTC_month : int -> int -> float meth
method _UTC_day : int -> int -> float meth
method _UTC_hour : int -> int -> int -> int -> float meth
method _UTC_min : int -> int -> int -> int -> int -> float meth
method _UTC_sec : int -> int -> int -> int -> int -> int -> float meth
method _UTC_ms : int -> int -> int -> int -> int -> int -> int -> float meth
method now : float meth