Set table to use 24h time
This commit is contained in:
parent
d5e710e4ac
commit
4793309cb0
1 changed files with 1 additions and 1 deletions
|
|
@ -104,6 +104,6 @@ defmodule Pinchflat.Pages.HistoryTableLive do
|
||||||
defp format_datetime(nil), do: ""
|
defp format_datetime(nil), do: ""
|
||||||
|
|
||||||
defp format_datetime(datetime) do
|
defp format_datetime(datetime) do
|
||||||
Calendar.strftime(datetime, "%Y-%m-%d %I:%M %p")
|
Calendar.strftime(datetime, "%Y-%m-%d %H:%M")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue