removing timex in favor of main library functions

This commit is contained in:
Adam Piontek 2021-03-06 00:42:13 -05:00
commit 5c4ae401d9
4 changed files with 7 additions and 4 deletions
lib/shift73k_web/live/user_management

View file

@ -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