a good experience for dates.

This commit is contained in:
2022-07-17 06:40:46 -07:00
parent 2830004092
commit eba3a5dce3
8 changed files with 240 additions and 619 deletions

View File

@@ -10,6 +10,7 @@
[clojure.walk :as walk]
[venia.core :as v]
[auto-ap.history :as p]
[auto-ap.views.utils :refer [date->str standard]]
[auto-ap.status :as status]
[pushy.core :as pushy]))
@@ -174,6 +175,12 @@
(keyword? node)
(snake node)
(instance? goog.date.DateTime node )
(date->str node standard)
(instance? goog.date.Date node )
(date->str node standard)
:else
node))