cpdf-source/cpdfstrftime.mli

5 lines
165 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 %% *)
2013-08-20 16:32:57 +02:00
val strftime : string -> string