class type date_constr = object
.. end
Specification of the date constructor, considered as an object.
method parse : js_string t -> float t meth
method _UTC_month : int -> int -> float t meth
method _UTC_day : int -> int -> float t meth
method _UTC_hour : int -> int -> int -> int -> float t meth
method _UTC_min : int -> int -> int -> int -> int -> float t meth
method _UTC_sec : int -> int -> int -> int -> int -> int -> float t meth
method _UTC_ms : int -> int -> int -> int -> int -> int -> int -> float t meth