diff --git a/app/client/app.js b/app/client/app.js index 5793d2e..03ea271 100644 --- a/app/client/app.js +++ b/app/client/app.js @@ -11,7 +11,7 @@ if (Meteor.isClient) { Template.temperature.helpers({ created_at_formatted: function() { - return moment(this.created_at).format("DD.MM.YYYY, HH:MM") + return moment(this.created_at).format("DD.MM.YYYY, hh:mm") } }); }