cpdf-source/cpdfstrftime.mli

5 lines
182 B
OCaml
Raw Normal View History

(** C-style strftime *)
(** This supports the following format specifiers: %a %A %b %B %s %e %H %I %j %m %M %p %S %T %u %w %Y %% *)
val strftime : ?time:Unix.tm -> string -> string