changed format #2

Merged
senaduka merged 1 commits from time_format_fix into master 2015-12-30 08:01:28 +01:00

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")
}
});
}