将phoenix_html_simplified_helpers与日期一起使用

时间:2016-08-19 12:57:39

标签: elixir phoenix-framework

我有user型号:

defmodule AddressBook.User do
  use AddressBook.Web, :model

  schema "users" do
    field :last_name, :string
    field :birthday, Ecto.Date
[...]

我想使用https://github.com/ikeikeikeike/phoenix_html_simplified_helperstime_ago_in_words呈现birthday

<%= time_ago_in_words user.birthday %> ago

但是这导致了这个错误:

Screenshot of the error

我该如何解决这个问题?

1 个答案:

答案 0 :(得分:1)

看起来像包does not support Timex.DateTime,只有<%= time_ago_in_words Ecto.DateTime.from_date(user.birthday) %> ago softmax_w或原始秒数偏移。这应该有效:

tf.Variable