switching to use real dates.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
(ns auto-ap.views.components.invoice-table
|
||||
(:require [re-frame.core :as re-frame]
|
||||
[auto-ap.subs :as subs]
|
||||
[reagent.core :as reagent]))
|
||||
[auto-ap.views.utils :refer [date->str]]
|
||||
[reagent.core :as reagent]
|
||||
[cljs-time.format :as format]))
|
||||
|
||||
(defn toggle-sort-by [params key]
|
||||
|
||||
@@ -58,5 +60,5 @@
|
||||
[:td (:name vendor)]
|
||||
[:td (:name company)]
|
||||
[:td invoice-number]
|
||||
[:td date]
|
||||
[:td (date->str date) ]
|
||||
[:td total]]))]]))))
|
||||
|
||||
Reference in New Issue
Block a user