README.md

# AntlDateTimeUtils

Set of utils about datetime for Ecto.Changeset, Ecto.Query.
A little wrapper around DateTime to support gt?, gte?, lt?, lte?, min and max.
A Period module to check inclusion of periods, and their status.

## Installation

The package can be installed by adding `antl_datetime_utils` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:antl_datetime_utils, "~> 0.1.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). The docs can
be found at [https://hexdocs.pm/antl_datetime_utils](https://hexdocs.pm/antl_datetime_utils).