Skip to content

Commit

Permalink
chore: use MMMM do, yyyy as default date format
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed Feb 9, 2021
1 parent 4ae1c3c commit 7c4f4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/frontend/state.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 7c4f4b5

Please sign in to comment.