Add edit bleeding and persist it.

This commit is contained in:
Julia Friesel
2018-06-05 16:37:06 +02:00
parent ecc4acf366
commit 090f4116d5
7 changed files with 141 additions and 13 deletions
+5
View File
@@ -0,0 +1,5 @@
import moment from "moment"
export function formatDateForViewHeader(date) {
return moment(date).format()
}