changed format

This commit is contained in:
Senad Uka
2015-12-30 07:10:45 +01:00
parent 5134dc0f73
commit 283dadfa47

View File

@@ -11,7 +11,7 @@ if (Meteor.isClient) {
Template.sensorData.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")
}
});
}