Is there a way for the Calendar in month view to highlight the current day?

For posterity’s sake, this class is  ui-datepicker-today  and you can modify it, for example with this css:

.ui-datepicker-today {<br>background:orange<br>}