README.md
# Datix
[](https://hex.pm/packages/datix)
[](https://github.com/hrzndhrn/datix/actions)
[](https://coveralls.io/github/hrzndhrn/datix)
[](https://github.com/hrzndhrn/datix/blob/main/LICENSE.md)
A date-time parser using `Calendar.strftime` format strings.
Documentation can be found at [https://hexdocs.pm/datix](https://hexdocs.pm/datix).
## Installation
The package can be installed by adding `datix` to your list of
dependencies in `mix.exs`:
```elixir
def deps do
[
{:datix, "~> 0.1"}
]
end
```