README.md
# Datix
[![Hex.pm](https://img.shields.io/hexpm/v/datix.svg)](https://hex.pm/packages/datix)
![CI](https://github.com/hrzndhrn/datix/workflows/CI/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/hrzndhrn/datix/badge.svg)](https://coveralls.io/github/hrzndhrn/datix)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
A date-time parser using `Calendar.strftime` format strings.
## 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
```