I need your help,
How can the CSS be modified such that it would allow the current (today's date) to be a in bold font?
I thought that this would be the correct style, but for some reason, it is not working:
.ui-datepicker-today {
font-weight: bold;
}