package vdom

  1. Overview
  2. Docs

Module Js_browser.DateSource

Sourcetype t = private Ojs.t
Sourceval t_of_js : Ojs.t -> t
Sourceval t_to_js : t -> Ojs.t
Sourceval new_date : float -> t
Sourceval now : unit -> float
Sourceval parse : string -> t
Sourceval get_date : t -> int
Sourceval get_day : t -> int
Sourceval get_full_year : t -> int
Sourceval get_hours : t -> int
Sourceval get_milliseconds : t -> int
Sourceval get_minutes : t -> int
Sourceval get_month : t -> int
Sourceval get_seconds : t -> int
Sourceval get_time : t -> int
Sourceval get_timezone_offset : t -> int
Sourceval get_UTC_date : t -> int
Sourceval get_UTC_day : t -> int
Sourceval get_UTC_full_year : t -> int
Sourceval get_UTC_hours : t -> int
Sourceval get_UTC_milliseconds : t -> int
Sourceval get_UTC_minutes : t -> int
Sourceval get_UTC_month : t -> int
Sourceval get_UTC_seconds : t -> int
Sourceval get_year : t -> int
Sourceval set_date : t -> int -> unit
Sourceval set_full_year : t -> int -> unit
Sourceval set_hours : t -> int -> unit
Sourceval set_milliseconds : t -> int -> unit
Sourceval set_minutes : t -> int -> unit
Sourceval set_month : t -> int -> unit
Sourceval set_seconds : t -> int -> unit
Sourceval set_time : t -> int -> unit
Sourceval set_UTC_date : t -> int -> unit
Sourceval set_UTC_full_year : t -> int -> unit
Sourceval set_UTC_hours : t -> int -> unit
Sourceval set_UTC_milliseconds : t -> int -> unit
Sourceval set_UTC_minutes : t -> int -> unit
Sourceval set_UTC_month : t -> int -> unit
Sourceval set_UTC_seconds : t -> int -> unit
Sourceval set_year : t -> int -> unit
Sourceval to_date_string : t -> string
Sourceval to_GMT_string : t -> string
Sourceval to_ISO_string : t -> string
Sourceval to_locale_string : t -> string
Sourceval to_string : t -> string
Sourceval to_time_string : t -> string
Sourceval to_UTC_string : t -> string
OCaml

Innovation. Community. Security.