small bug fix, displaying European date on phone
This commit is contained in:
parent
ac60647afd
commit
a007ce59fa
@ -103,7 +103,7 @@ Template.recent.helpers({
|
|||||||
nextWeek: 'dddd',
|
nextWeek: 'dddd',
|
||||||
lastDay: '[Yesterday]',
|
lastDay: '[Yesterday]',
|
||||||
lastWeek: '[Last] dddd',
|
lastWeek: '[Last] dddd',
|
||||||
sameElse: 'DD/MM/YYYY'
|
sameElse: 'MM/DD/YYYY'
|
||||||
});
|
});
|
||||||
return date
|
return date
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user