removing timex in favor of main library functions
This commit is contained in:
parent
ed98c03fae
commit
5c4ae401d9
4 changed files with 7 additions and 4 deletions
lib/shift73k_web/live/user_management
|
@ -187,5 +187,5 @@ defmodule Shift73kWeb.UserManagementLive.Index do
|
|||
]
|
||||
end
|
||||
|
||||
def dt_out(ndt), do: format_ndt(ndt, "{YYYY} {Mshort} {0D}, {h12}:{0m} {am}")
|
||||
def dt_out(ndt), do: format_ndt(ndt, "%Y %b %d, %I:%M %p")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue