Date.ISO_week_date
exception Error_exn of error
Constructs a date in the ISO week calendar.
Returns Error `Invalid_iso_year
if year < 0 || 9999 < year
.
Returns Error `Invalid_iso_week
if week < 1 || week count of year < week
.
val pp_iso8601 : Stdlib.Format.formatter -> t -> unit
val to_iso8601 : t -> string
val of_iso8601 : string -> (t, string) Stdlib.result
val of_iso8601_exn : string -> t