strftime v0.1.0

Source
Converts a tm object to a custom textual representation.

Package: C

C reference: strftime

Signature

func strftime(str: *char8, count: uint, format: *char8, time_ptr: *tm) -> uint;

See also

  • C — the package overview