module Pdfdate:sig..end
type t = {
|
year : |
|
month : |
|
day : |
|
hour : |
|
minute : |
|
second : |
|
hour_offset : |
|
minute_offset : |
exception BadDate
date_of_string fails.val date_of_string : string -> tBadDate on failure.val string_of_date : t -> string