Datix
A date-time parser using `Calendar.strftime` format strings.
Install / Use
/learn @hrzndhrn/DatixREADME
Datix
A date-time parser using Calendar.strftime format strings.
Documentation can be found at https://hexdocs.pm/datix.
Installation
The package can be installed by adding datix to your list of
dependencies in mix.exs:
def deps do
[
{:datix, "~> 0.3"}
]
end
