package forester

  1. Overview
  2. Docs
type t = {
  1. yyyy : int;
  2. mm : int option;
  3. dd : int option;
}
val pp : Stdlib.Format.formatter -> t -> unit
val pp_human : Stdlib.Format.formatter -> t -> unit
val parse : string -> t
val now : unit -> t
val compare : t -> t -> int
val year : t -> int
val month : t -> int option
val day : t -> int option
OCaml

Innovation. Community. Security.