Up
module
Date
:
sig
#
type
t =
Date0
.
t
include
module type of
Date0
with
type
t
:=
t
#
val
of_time :
Time
.t
->
t
based on local timezone
#
val
today : unit
->
t
based on local timezone
#
val
format :
t
->
string
->
string
This formats a date using the format patterns available in
strftime
based on local timezone
end