the display of February has been fixed in the calendar
This commit is contained in:
@ -23,7 +23,7 @@ class DateHelper {
|
||||
return 42
|
||||
}
|
||||
if (this.prevDay(this.nextMonth(date)).getDate() == 28) {
|
||||
return 28;
|
||||
return 35;
|
||||
}
|
||||
return 35
|
||||
|
||||
|
Reference in New Issue
Block a user