@@ -138,7 +138,7 @@ View.prototype = {
return this.formatRange(
{ start: this.intervalStart, end: this.intervalEnd },
this.opt('titleFormat') || this.computeTitleFormat(),
- ' \u2014 ' // emphasized dash
+ this.opt('titleRangeSeparator')
);
},
@@ -1,6 +1,7 @@
var defaults = {
+ titleRangeSeparator: ' \u2014 ', // emphasized dash
monthYearFormat: 'MMMM YYYY', // required for en. other languages rely on datepicker computable option
defaultTimedEventDuration: '02:00:00',