module Date: Date
Date
type t = private Date0.t = private {
Date0.t
y :int;
int
m :Month.t;
Month.t
d :int;
include Date0
val of_time : Time.t -> t
Time.t -> t
val today : unit -> t
unit -> t
val format : t -> string -> string
t -> string -> string
strftime