diff --git a/smash/web/templates/subjects/edit.html b/smash/web/templates/subjects/edit.html index eb668516c1bce8ed011ffda5715dff29112b8cbf..90400f575318339ac11927a1729b48bf8195b211 100644 --- a/smash/web/templates/subjects/edit.html +++ b/smash/web/templates/subjects/edit.html @@ -175,7 +175,7 @@ // PROVENANCE // LOCALIZE TIMESTAMPS $('.moment-ts').toArray().forEach((time, idx) => { - var date = moment.unix(time.innerText).format('MMMM d, YYYY, h:mm a').replace(/(a|p)(m)/,'$1.$2.'); + var date = moment.unix(time.innerText).format('MMMM D, YYYY, h:mm a').replace(/(a|p)(m)/,'$1.$2.'); $(time).text(date); }); // SET UP TABLE