Browse Source

feat(date): add yyyyMMdd format support

Tienson Qin 5 years ago
parent
commit
5c63ff25e9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/frontend/date.cljs

+ 1 - 0
src/main/frontend/date.cljs

@@ -33,6 +33,7 @@
      "yyyy/MM/dd"
      "yyyy-MM-dd"
      "yyyy_MM_dd"
+     "yyyyMMdd"
      "yyyy年MM月dd日"}
    (state/get-date-formatter)))