mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Checked in patch for bug 258898:
formatDateInterval on multiday event concatenates dates with "-- undefined"
This commit is contained in:
parent
4ec667cc26
commit
0625897f50
@ -505,7 +505,7 @@ DateFormater.prototype.formatInterval = function( startDateTime, endDateTime, is
|
||||
this.makeRange(this.getFormatedTime(startDateTime),
|
||||
this.getFormatedTime(endDateTime))))
|
||||
// range across different days
|
||||
: this.makeRange(this.formatDateTime(startDateTime) +
|
||||
: this.makeRange(this.formatDateTime(startDateTime),
|
||||
this.formatDateTime(endDateTime))));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user