calendar month title fix

This commit is contained in:
Yuri Kuznetsov
2025-02-13 21:21:20 +02:00
parent 87875c1a7f
commit b9b71b2015
@@ -453,7 +453,7 @@ class CalendarView extends View {
start + this.rangeSeparator + end :
start;
} else {
title = moment(view.currentStart).format(format);
title = this.dateToMoment(view.currentStart).format(format);
}
if (this.options.userId && this.options.userName) {