mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-01-10 16:06:43 +01:00
5 lines
165 B
OCaml
5 lines
165 B
OCaml
(** 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 : string -> string
|