Module Date_unix

val format : Core.Date.t -> string -> string @@ portable

This formats a date using the format patterns available in strftime.

val parse : ?allow_trailing_input:bool -> fmt:string -> string -> Core.Date.t @@ portable

This parses a date using the format patterns available in strptime.

val of_tm : Core_unix.tm -> Core.Date.t @@ portable