diff --git a/frontend/src/ketr-photos/ketr-photos.html b/frontend/src/ketr-photos/ketr-photos.html index 07d5b5d..967dd14 100755 --- a/frontend/src/ketr-photos/ketr-photos.html +++ b/frontend/src/ketr-photos/ketr-photos.html @@ -547,7 +547,7 @@ header.classList.add("horizontal"); var div = document.createElement("div"); div.classList.add("date"); - div.textContent = window.moment(datetime, "YYYY-MM-DD").calendar(null, { sameElse: "MMM DD, YYYY" }); + div.textContent = window.moment(datetime, "YYYY-MM-DD").calendar(null, { sameElse: "MMM DD, YYYY" }).replace(/ at.*/, ""); Polymer.dom(dateBlock).appendChild(header); Polymer.dom(header).appendChild(div); thumbnails = document.createElement("div");