Browse Source

chore: use MMMM do, yyyy as default date format

Tienson Qin 4 years ago
parent
commit
7c4f4b5962
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/frontend/state.cljs

+ 1 - 1
src/main/frontend/state.cljs

@@ -791,7 +791,7 @@
      (get-in @state [:config repo :date-formatter]))
     ;; TODO:
    (get-in @state [:me :settings :date-formatter])
-   "MMM do, yyyy"))
+   "MMMM do, yyyy"))
 
 (defn set-git-status!
   [repo-url value]