fixed time format
This commit is contained in:
@@ -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")
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user