michalmuskala / time_format

Fast date/time formatting for elixir
7 stars 3 forks source link

TimeFormat

Library for formatting Elixir calendar structs using the classic strftime syntax.

This library is in development.

Usage

Because most of the time the actual format string is entirely static, the library optimises for that case providing two modes of operation:

TODO

Installation

If available in Hex, the package can be installed by adding time_format to your list of dependencies in mix.exs:

def deps do
  [
    {:time_format, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/time_format.