smpallen99 / ex_admin

ExAdmin is an auto administration package for Elixir and the Phoenix Framework
MIT License
1.2k stars 272 forks source link

Support Elixir.DateTime, NaiveDateTime and Elixir.Date and Time types #376

Closed kleinernik closed 6 years ago

kleinernik commented 7 years ago

Other than adding to build_control in form.ex , in the Elixir DateTime types there is the :minute keyword instead of :min like in the Ecto.DateTime types. So I added a function to the time_value functions.

No sure though, if there are more parts that need to change.