TODO: Add description
If available in Hex, the package can be installed as:
- Add
dexy_plugin_datetimeto your list of dependencies inmix.exs:
```elixir
def deps do
[{:dexy_plugin_datetime, "~> 0.1.0"}]
end
```
- Ensure
dexy_plugin_datetimeis started before your application:
```elixir
def application do
[applications: [:dexy_plugin_datetime]]
end
```