fix email reply date sent missing year
This commit is contained in:
@@ -459,6 +459,10 @@ class EmailHelper {
|
||||
const dateSentMoment = this.getDateTime().toMoment(dateSent);
|
||||
|
||||
dateSentString = dateSentMoment.format(format);
|
||||
|
||||
if (dateSentMoment.year() !== this.getDateTime().getNowMoment().year()) {
|
||||
dateSentString += ', ' + dateSentMoment.year();
|
||||
}
|
||||
}
|
||||
|
||||
let replyHeadString =
|
||||
|
||||
Reference in New Issue
Block a user