diff --git a/src/view/phui/calendar/PHUICalendarMonthView.php b/src/view/phui/calendar/PHUICalendarMonthView.php --- a/src/view/phui/calendar/PHUICalendarMonthView.php +++ b/src/view/phui/calendar/PHUICalendarMonthView.php @@ -228,7 +228,8 @@ $cell_day = null; } - if ($date && $date->format('j') == $this->day) { + if ($date && $date->format('j') == $this->day && + $date->format('m') == $this->month) { $today_class = 'phui-calendar-today-slot phui-calendar-today'; } else { $today_class = 'phui-calendar-today-slot';