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',
|
||||
lastDay: '[Yesterday]',
|
||||
lastWeek: '[Last] dddd',
|
||||
sameElse: 'DD/MM/YYYY'
|
||||
sameElse: 'MM/DD/YYYY'
|
||||
});
|
||||
return date
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user