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:

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

Documentation can be generated with ExDoc and published on HexDocs. The docs can be found at https://hexdocs.pm/antl_datetime_utils.