package mechaml

  1. Overview
  2. Docs

Module Format.DateSource

include S
Sourcetype t
Sourceval to_string : t -> string
Sourceval make : day:int -> month:int -> year:int -> t option

Create a date representation from a day, a month and a year. If the date is not a valid date string, None is returned

OCaml

Innovation. Community. Security.